Show / Hide Table of Contents

Method OnStylusSystemGesture

| Edit this page View Source

OnStylusSystemGesture(StylusSystemGestureEventArgs)

Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration
protected override void OnStylusSystemGesture(StylusSystemGestureEventArgs e)
Parameters
Type Name Description
StylusSystemGestureEventArgs e

The StylusSystemGestureEventArgs that contains the event data.

Overrides
UIElement.OnStylusSystemGesture(StylusSystemGestureEventArgs)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX