Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnAfterFocus Method
The event data.


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

Parameters

e
The event data.
See Also