UIElement3D.GotTouchCapture Événement

Définition

Se produit lorsqu'une entrée tactile est capturée dans cet élément.

public:
 event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ GotTouchCapture;
public event EventHandler<System.Windows.Input.TouchEventArgs> GotTouchCapture;
member this.GotTouchCapture : EventHandler<System.Windows.Input.TouchEventArgs> 
Public Custom Event GotTouchCapture As EventHandler(Of TouchEventArgs) 

Type d'événement

EventHandler<TouchEventArgs>

Remarques

Informations sur les événements acheminés

Champ d’identificateur GotTouchCaptureEvent
Stratégie de routage Bouillonnant
Délégué EventHandler<TEventArgs> de type TouchEventArgs
  • Remplacez OnGotTouchCapture la gestion des classes pour cet événement dans les classes dérivées.

S’applique à