Sub OnMouseLeave(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnMouseLeave;
Sender. Parameter that returns the component that has generated the event.
Args. Parameter that enables the user to determine event parameters.
The OnMouseLeave event occurs when the mouse cursor leaves the component area.
The events connected with mouse cursor occur in the following order:
OnMouseLeave
See also: