Occurs when the mouse pointer leaves the element.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public event MouseEventHandler MouseLeave
Visual Basic (Declaration)
Public Event MouseLeave As MouseEventHandler
Visual C++
public:
 event MouseEventHandler^ MouseLeave {
	void add (MouseEventHandler^ value);
	void remove (MouseEventHandler^ value);
}

See Also