Spread WinForms 15
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)

Parameters

e
KeyEventArgs event arguments
See Also