IMouseProcessor2.PreprocessStylusSystemGesture Method

Definition

Handles a Stylus SystemGesture event before the default handler.

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

Parameters

e
StylusSystemGestureEventArgs

Event arguments that describe the event.

Applies to