Method OnStylusSystemGesture
| Edit this page View SourceOnStylusSystemGesture(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. |