Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnKeyDown Method
KeyEventArgs event arguments


In This Topic
    OnKeyDown Method (FpSpread)
    In This Topic
    Processes KeyDown events.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As KeyEventArgs
     
    instance.OnKeyDown(e)
    protected override void OnKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    KeyEventArgs event arguments
    See Also