Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnKeyPress Method
KeyPressEventArgs event arguments


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

    Parameters

    e
    KeyPressEventArgs event arguments
    See Also