UIElement.LostTouchCapture Evento

Definición

Se produce cuando este elemento pierde una captura táctil.

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

Tipo de evento

Comentarios

Información sobre eventos enrutados

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

Se aplica a