ExitFocus
ExitFocus (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
Is the object that raises the event
e
System.EventArgs
Is the object that contains the event data
Example