OnGotFocus Method (FpSpread)
In This Topic
Raises the GotFocus event.
Syntax
'Declaration
Protected Overrides Sub OnGotFocus( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnGotFocus(e)
protected override void OnGotFocus(
EventArgs
)
Parameters
- e
- EventArgs event arguments
See Also