UIElement.LostTouchCapture Zdarzenie

Definicja

Występuje, gdy ten element traci przechwytywanie dotyku.

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) 

Typ zdarzenia

Uwagi

Informacje dotyczące kierowanego zdarzenia

Pole identyfikatora LostTouchCaptureEvent
Strategia routingu Propagacji
Delegat EventHandler<TEventArgs> typu TouchEventArgs.
  • Zastąp OnLostTouchCapture , aby zaimplementować obsługę klas dla tego zdarzenia w klasach pochodnych.

Dotyczy