An event which implementers must raise when the mouse leaves the implementing control.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also