ContentElement.GotTouchCapture Evento

Definição

Ocorre quando um toque é capturado neste 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

Observações

Informação sobre Eventos Roteados

Número valor
Campo identificador GotTouchCaptureEvent
Estratégia de encaminhamento Borbulhar
Delegado EventHandler<TEventArgs> do tipo TouchEventArgs.
  • Override OnGotTouchCapture para implementar o tratamento de classes para este evento em classes derivadas.

Aplica-se a