OnMouseLeave

Syntax

Sub OnMouseLeave(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnMouseLeave;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. Parameter that allows to determine the event parameters.

Description

The OnMouseLeave event occurs when mouse cursor leaves the component area.

Comments

The events connected with mouse cursor occur in the following order:

OnMouseEnter

OnMouseMove

OnMouseHover / OnMouseDown / OnMouseWheel

OnMouseUp

OnMouseLeave

See also:

IControl