TextField.LostFocus Event
This event is fired when the control looses focus.

LostFocus(
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