UIElement.OnGotTouchCapture(TouchEventArgs) Méthode

Définition

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:
 virtual void OnGotTouchCapture(System::Windows::Input::TouchEventArgs ^ e);
protected 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 Overridable Sub OnGotTouchCapture (e As TouchEventArgs)

Paramètres

e
TouchEventArgs

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 OnGotTouchCapture la classe de base pour que les classes de base reçoivent l’événement.

S’applique à