IMouseProcessor.PostprocessMouseWheel(MouseWheelEventArgs) Method

Definition

Handles a mouse wheel event after the default handler.

public:
 void PostprocessMouseWheel(System::Windows::Input::MouseWheelEventArgs ^ e);
public void PostprocessMouseWheel (System.Windows.Input.MouseWheelEventArgs e);
abstract member PostprocessMouseWheel : System.Windows.Input.MouseWheelEventArgs -> unit
Public Sub PostprocessMouseWheel (e As MouseWheelEventArgs)

Parameters

e
MouseWheelEventArgs

Event arguments that describe the event.

Applies to