UIElement3D.OnGotTouchCapture(TouchEventArgs) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit la gestion de classe pour l'événement routé GotTouchCapture qui se produit lorsqu'une pression tactile est capturée pour cet élément.
protected public:
virtual void OnGotTouchCapture(System::Windows::Input::TouchEventArgs ^ e);
protected internal virtual void OnGotTouchCapture (System.Windows.Input.TouchEventArgs e);
abstract member OnGotTouchCapture : System.Windows.Input.TouchEventArgs -> unit
override this.OnGotTouchCapture : System.Windows.Input.TouchEventArgs -> unit
Protected Friend Overridable Sub OnGotTouchCapture (e As TouchEventArgs)
Paramètres
TouchEventArgs qui contient les données d’événement.
Remarques
La OnGotTouchCapture méthode n’a pas d’implémentation par défaut. Remplacez OnGotTouchCapture dans une classe dérivée pour gérer l’événement GotTouchCapture . Veillez à appeler la méthode de la classe de base afin OnGotTouchCapture que les classes de base reçoivent l’événement.