IMouseProcessor2.PostprocessStylusSystemGesture Method

Definition

Handles a Stylus SystemGesture event after the default handler.

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

Parameters

e
StylusSystemGestureEventArgs

Event arguments that describe the event.

Applies to