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