UIElement.GotTouchCapture Zdarzenie

Definicja

Występuje, gdy dotyk jest przechwytywany do tego elementu.

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) 

Typ zdarzenia

Uwagi

Informacje dotyczące kierowanego zdarzenia

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

Dotyczy