UIElement.StylusSystemGesture Zdarzenie
Definicja
Występuje, gdy użytkownik wykonuje jeden z kilku gestów pióra.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
Typ zdarzenia
Implementuje
Uwagi
Aby uzyskać więcej informacji na temat gestów pióra, zobacz SystemGesture .For more information about stylus gestures, see SystemGesture.
To zdarzenie tworzy alias dla Stylus.StylusSystemGesture dołączonego zdarzenia dla tej klasy, więc StylusSystemGesture jest częścią listy składowych klasy, gdy UIElement jest dziedziczona jako element podstawowy.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. Programy obsługi zdarzeń dołączone do StylusSystemGesture zdarzenia są dołączone do powiązanego Stylus.StylusSystemGesture dołączonego zdarzenia i odbierają to samo wystąpienie danych zdarzenia.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.
W określonej relacji istnieje dotyk, mysz i dane wejściowe pióra.Touch, mouse, and stylus input exist in a particular relationship. Aby uzyskać więcej informacji, zobacz Informacje o danych wejściowych.For more information, see Input Overview.
Informacje dotyczące kierowanego zdarzeniaRouted Event Information
Pole identyfikatoraIdentifier field | StylusSystemGestureEvent |
Strategia routinguRouting strategy | PropagacjaBubbling |
DelegatDelegate | StylusSystemGestureEventHandler |
Odpowiednie zdarzenie tunelowania to PreviewStylusSystemGesture .The corresponding tunneling event is PreviewStylusSystemGesture.
Przesłoń OnStylusSystemGesture , aby zaimplementować obsługę klasy dla tego zdarzenia w klasach pochodnych.Override OnStylusSystemGesture to implement class handling for this event in derived classes.