ContentElement.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 peristiwa yang dirutekan LostTouchCapture yang terjadi ketika elemen ini kehilangan tangkapan sentuh.
protected public:
virtual void OnLostTouchCapture(System::Windows::Input::TouchEventArgs ^ e);
protected internal 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 Friend Overridable Sub OnLostTouchCapture (e As TouchEventArgs)
Parameter
yang TouchEventArgs 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.