FlowDocumentScrollViewer.OnMouseWheel(MouseWheelEventArgs) Method

Definition

Handles the MouseWheel routed event.

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

A MouseWheelEventArgs object containing arguments associated with the MouseWheel routed event.

Remarks

This method is called whenever the MouseWheel routed event fires.

This method overrides OnMouseWheel.

Applies to