ContentElement.GotTouchCapture 事件

定义

在捕获到此元素的触摸时发生。

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

事件类型

注解

路由事件信息

项目 价值
标识符字段 GotTouchCaptureEvent
路由策略 鼓 泡
代理 EventHandler<TEventArgs> 类型 TouchEventArgs

适用于