ContentElement.StylusSystemGesture Událost

Definice

Nastane, když uživatel provede jedno z několika gest stylus.

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 

Event Type

Implementuje

Poznámky

Další informace o gestech pera naleznete v tématu SystemGesture.

Tato událost vytvoří alias pro připojenou Stylus.StylusSystemGesture událost pro tuto třídu, takže je StylusSystemGesture součástí seznamu členů třídy, pokud ContentElement je zděděna jako základní prvek. Obslužné rutiny událostí připojené k StylusSystemGesture události jsou připojeny k podkladové Stylus.StylusSystemGesture připojené události a přijímají stejnou instanci dat události.

Vstup dotykového ovládání, myši a pera existuje v určité relaci. Další informace najdete v tématu Přehled vstupu.

Informace o směrované události

Item Hodnota
Pole Identifikátor StylusSystemGestureEvent
Strategie směrování Bublající
Delegát StylusSystemGestureEventHandler

Platí pro