UIElement3D.LostTouchCapture 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在此元素失去触摸屏输入捕获时发生。
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。 |
- 重写 OnLostTouchCapture 以在派生类中实现此事件的类处理。