ContentElement.GotTouchCapture Evento

Definición

Se produce cuando se captura una entrada táctil en este elemento.

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) 

Tipo de evento

Comentarios

Información sobre eventos enrutados

Campo identificador GotTouchCaptureEvent
Estrategia de enrutamiento Burbujeante
Delegado EventHandler<TEventArgs> de tipo TouchEventArgs.
  • Invalide OnGotTouchCapture para implementar el control de clases para este evento en clases derivadas.

Se aplica a