UIElement.StylusSystemGesture Событие
Определение
Происходит при использовании пользователем одного из жестов пером.Occurs when a user performs one of several stylus gestures.
public:
virtual event System::Windows::Input::StylusSystemGestureEventHandler ^ StylusSystemGesture;
public event System.Windows.Input.StylusSystemGestureEventHandler StylusSystemGesture;
member this.StylusSystemGesture : System.Windows.Input.StylusSystemGestureEventHandler
Public Custom Event StylusSystemGesture As StylusSystemGestureEventHandler
Реализации
Комментарии
Дополнительные сведения о жестах пера см. в разделе SystemGesture.For more information about stylus gestures, see SystemGesture.
Это событие создает псевдоним для Stylus.StylusSystemGesture присоединенного события для этого класса, поэтому StylusSystemGesture является частью списка членов класса, когда UIElement наследуется как базовый элемент.This event creates an alias for the Stylus.StylusSystemGesture attached event for this class, so that StylusSystemGesture is part of the class members list when UIElement is inherited as a base element. Обработчики событий, присоединенные к событию StylusSystemGesture, присоединяются к базовому Stylus.StylusSystemGesture присоединенному событию и получают тот же экземпляр данных события.Event handlers that are attached to the StylusSystemGesture event are attached to the underlying Stylus.StylusSystemGesture attached event and receive the same event data instance.
Ввод с помощью сенсорного ввода, мыши и пера существует в определенной связи.Touch, mouse, and stylus input exist in a particular relationship. Дополнительные сведения см. в разделе Общие сведения о входных данных.For more information, see Input Overview.
Сведения о маршрутизируемом событииRouted Event Information
Поле идентификатораIdentifier field | StylusSystemGestureEvent |
Стратегия маршрутизацииRouting strategy | Восходящей маршрутизацииBubbling |
делегатDelegate | StylusSystemGestureEventHandler |
Соответствующее событие туннелирования — PreviewStylusSystemGesture.The corresponding tunneling event is PreviewStylusSystemGesture.
Переопределите OnStylusSystemGesture, чтобы реализовать обработку класса для этого события в производных классах.Override OnStylusSystemGesture to implement class handling for this event in derived classes.