Udostępnij za pośrednictwem


UIElement3D.GotTouchCapture Zdarzenie

Definicja

Występuje, gdy dotknięcie jest przechwytywane 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

EventHandler<TouchEventArgs>

Uwagi

Informacje dotyczące kierowanego zdarzenia

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

Dotyczy