Control..::..MouseLeave Event

Raised when [mouse leave].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public event VoidEvent MouseLeave
Public Event MouseLeave As VoidEvent
public:
 event VoidEvent^ MouseLeave {
	void add (VoidEvent^ value);
	void remove (VoidEvent^ value);
}