Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnPreviewKeyDown Method
PreviewKeyDownEventArgs that contains the event data.


In This Topic
    OnPreviewKeyDown Method
    In This Topic
    Processes PreviewKeyDown event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPreviewKeyDown( _
       ByVal e As PreviewKeyDownEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As PreviewKeyDownEventArgs
     
    instance.OnPreviewKeyDown(e)
    protected override void OnPreviewKeyDown( 
       PreviewKeyDownEventArgs e
    )

    Parameters

    e
    PreviewKeyDownEventArgs that contains the event data.
    See Also