UIElement.OnGotTouchCapture(TouchEventArgs) Metoda

Definicja

Zapewnia obsługę klas dla zdarzenia kierowanego GotTouchCapture , które występuje po przechwyceniu dotyku do tego elementu.

protected:
 virtual void OnGotTouchCapture(System::Windows::Input::TouchEventArgs ^ e);
protected virtual void OnGotTouchCapture (System.Windows.Input.TouchEventArgs e);
abstract member OnGotTouchCapture : System.Windows.Input.TouchEventArgs -> unit
override this.OnGotTouchCapture : System.Windows.Input.TouchEventArgs -> unit
Protected Overridable Sub OnGotTouchCapture (e As TouchEventArgs)

Parametry

e
TouchEventArgs

Element TouchEventArgs zawierający dane zdarzenia.

Uwagi

Metoda OnGotTouchCapture nie ma domyślnej implementacji. Zastąp OnGotTouchCapture element w klasie pochodnej GotTouchCapture w celu obsługi zdarzenia. Pamiętaj, aby wywołać metodę klasy OnGotTouchCapture bazowej, aby klasy bazowe odbierały zdarzenie.

Dotyczy