Sub OnExit(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnExit;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnExit event occurs when a component loses focus.
See also: