Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnGotFocus Method
Event arguments


In This Topic
OnGotFocus Method (SuperEditBase)
In This Topic
Raises the GotFocus event.
Syntax
'Declaration
 
Protected Overrides Sub OnGotFocus( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As SuperEditBase
Dim e As EventArgs
 
instance.OnGotFocus(e)

Parameters

e
Event arguments
See Also