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