ExitFocus
EventExitFocus (Event)
Occurs when focus leaves the object AVAX
Syntax:
Private Sub object_ExitFocus(Sender As System.Object, e As System.EventArgs)
The ExitFocus event syntax has the following parts:
Argument |
Data Type |
Description |
Sender |
System.Object |
The object that raises the event |
e |
System.EventArgs |
The object that contains the event data |