Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnKeyPress Method / OnKeyPress(Object,KeyPressEventArgs) Method
Source of the event
Event data


In This Topic
    OnKeyPress(Object,KeyPressEventArgs) Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub OnKeyPress( _
       ByVal sender As Object, _
       ByVal e As KeyPressEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpCombo
    Dim sender As Object
    Dim e As KeyPressEventArgs
     
    instance.OnKeyPress(sender, e)
    protected virtual void OnKeyPress( 
       object sender,
       KeyPressEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also