Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnEditPreviewKeyDown Method
The sender
Event argument


In This Topic
    OnEditPreviewKeyDown Method (SuperEditBase)
    In This Topic
    Handles the preview key down event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEditPreviewKeyDown( _
       ByVal sender As Object, _
       ByVal e As PreviewKeyDownEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim sender As Object
    Dim e As PreviewKeyDownEventArgs
     
    instance.OnEditPreviewKeyDown(sender, e)
    protected virtual void OnEditPreviewKeyDown( 
       object sender,
       PreviewKeyDownEventArgs e
    )

    Parameters

    sender
    The sender
    e
    Event argument
    See Also