Ribbon.OnPreviewMouseWheel(MouseWheelEventArgs) Method

Definition

Provides class handling for the MouseWheel event.

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

Parameters

e
MouseWheelEventArgs

The event data.

Remarks

Spinning the mouse wheel while the mouse pointer is over the Ribbon causes the Ribbon to switch between tabs.

This implementation marks the MouseWheel event as handled by setting the Handled property of the event data to true.

Applies to