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