UIElement.LostTouchCapture 事件

定義

當這個項目失去觸控擷取時發生。

public:
 event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ LostTouchCapture;
public event EventHandler<System.Windows.Input.TouchEventArgs> LostTouchCapture;
member this.LostTouchCapture : EventHandler<System.Windows.Input.TouchEventArgs> 
Public Custom Event LostTouchCapture As EventHandler(Of TouchEventArgs) 

事件類型

備註

路由事件資訊

識別碼欄位 LostTouchCaptureEvent
路由策略 鼓 泡
代理人 型別 EventHandler<TEventArgs>TouchEventArgs

適用於