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