Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxEditingControl Class / OnAfterFocus Method
The event data.


In This Topic
OnAfterFocus Method (GcTextBoxEditingControl)
In This Topic
Raises the AfterFocus event.
Syntax
'Declaration
 
Protected Overridable Sub OnAfterFocus( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As GcTextBoxEditingControl
Dim e As EventArgs
 
instance.OnAfterFocus(e)

Parameters

e
The event data.
See Also