Forms > Forms Assembly Interfaces > IControl > IControl.OnMouseLeave
OnMouseLeave(Sender: Object; Args: IEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The 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: