Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / OnSEditKeyDown Method
Event arguments


In This Topic
OnSEditKeyDown Method
In This Topic
Processes the key the user pressed.
Syntax
'Declaration
 
Protected Overridable Sub OnSEditKeyDown( _
   ByVal e As KeyEventArgs _
) 
 
'Usage
 
Dim instance As SEditTextBox
Dim e As KeyEventArgs
 
instance.OnSEditKeyDown(e)

Parameters

e
Event arguments
See Also