ScrollViewer.OnStylusSystemGesture(StylusSystemGestureEventArgs) Method

Definition

Called when a tap gesture initiated by a stylus is detected.

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

Parameters

e
StylusSystemGestureEventArgs

The StylusSystemGestureEventArgs that contains information about the gesture.

Remarks

Used internally to make decisions about panning.

Applies to