Removes the given handler for the "OnMouseLeave" event. If there are duplicate entries, ALL are removed.
[Visual Basic] Public Sub RemoveOnMouseLeave( _ ByVal handler As EventHandler _ ) [C#] public void RemoveOnMouseLeave( EventHandler handler ); [C++] public: void RemoveOnMouseLeave( EventHandler* handler ); [JScript] public function RemoveOnMouseLeave( handler : EventHandler );
Control Class | Control Members | System.WinForms Namespace | AddOnMouseLeave