TextField.GotFocus Event
This event is fired when the control gets focus.
GotFocus(
sender
as
Object,
e
as
EventArgs)
as
void
Parameters
sender
The sender which is always the TextField.
e
Default event arguments.
Returns
void
Remarks
See Also
TextField Control