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