ContentElement.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

适用于