Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnEditKeyDown Method
Source object of the event
KeyEventArgs object that contains the event data


In This Topic
OnEditKeyDown Method (GeneralEditor)
In This Topic
Internal use only. Occurs when the edit key is pressed down.
Syntax
'Declaration
 
Protected Overrides Sub OnEditKeyDown( _
   ByVal sender As Object, _
   ByVal e As KeyEventArgs _
) 
 
'Usage
 
Dim instance As GeneralEditor
Dim sender As Object
Dim e As KeyEventArgs
 
instance.OnEditKeyDown(sender, e)

Parameters

sender
Source object of the event
e
KeyEventArgs object that contains the event data
See Also