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