TextBoxBase.OnMouseWheel(MouseWheelEventArgs) Method

Definition

Is called when a MouseWheel event is routed to this class (or to a class that inherits from this class).

protected:
 override void OnMouseWheel(System::Windows::Input::MouseWheelEventArgs ^ e);
protected override void OnMouseWheel (System.Windows.Input.MouseWheelEventArgs e);
override this.OnMouseWheel : System.Windows.Input.MouseWheelEventArgs -> unit
Protected Overrides Sub OnMouseWheel (e As MouseWheelEventArgs)

Parameters

e
MouseWheelEventArgs

The mouse wheel arguments that are associated with this event.

Remarks

The MouseWheel event occurs when the mouse wheel is rolled.

Overrides OnMouseWheel.

Applies to