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

Parameters

e
PreviewKeyDownEventArgs that contains the event data.
See Also