Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / OnSEditKeyDown Method
Event arguments


In This Topic
    OnSEditKeyDown Method
    In This Topic
    Processes the key the user pressed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSEditKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim e As KeyEventArgs
     
    instance.OnSEditKeyDown(e)
    protected virtual void OnSEditKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also