FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / OnSEditKeyDown Method
Event arguments


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

Parameters

e
Event arguments
See Also