Adds an event handler for the mouseLeave event. The mouseLeave event occurs when the mouse first moves out of this control.
[Visual Basic] Overridable Public Sub AddOnMouseLeave( _ ByVal handler As EventHandler _ ) [C#] public virtual void AddOnMouseLeave( EventHandler handler ); [C++] public: virtual void AddOnMouseLeave( EventHandler* handler ); [JScript] public function AddOnMouseLeave( handler : EventHandler );
Control Class | Control Members | System.WinForms Namespace | RemoveOnMouseLeave