UIElement.OnLostTouchCapture(TouchEventArgs) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menyediakan penanganan kelas untuk LostTouchCapture peristiwa rute yang terjadi ketika elemen ini kehilangan tangkapan sentuh.
protected:
virtual void OnLostTouchCapture(System::Windows::Input::TouchEventArgs ^ e);
protected virtual void OnLostTouchCapture (System.Windows.Input.TouchEventArgs e);
abstract member OnLostTouchCapture : System.Windows.Input.TouchEventArgs -> unit
override this.OnLostTouchCapture : System.Windows.Input.TouchEventArgs -> unit
Protected Overridable Sub OnLostTouchCapture (e As TouchEventArgs)
Parameter
TouchEventArgs yang berisi data peristiwa.
Keterangan
Metode OnLostTouchCapture ini tidak memiliki implementasi default. Ambil alih OnLostTouchCapture di kelas turunan untuk menangani LostTouchCapture peristiwa. Pastikan untuk memanggil metode kelas OnLostTouchCapture dasar sehingga kelas dasar menerima peristiwa.