UIElement.ManipulationStarted 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当输入设备对 UIElement 对象开始操作时发生。
public:
event EventHandler<System::Windows::Input::ManipulationStartedEventArgs ^> ^ ManipulationStarted;
public event EventHandler<System.Windows.Input.ManipulationStartedEventArgs> ManipulationStarted;
member this.ManipulationStarted : EventHandler<System.Windows.Input.ManipulationStartedEventArgs>
Public Custom Event ManipulationStarted As EventHandler(Of ManipulationStartedEventArgs)
事件类型
注解
事件发生 ManipulationStarted 在 ManipulationStarting 事件之后。 可以使用 执行以下操作 ManipulationStartedEventArgs:
使用 属性获取操作位置相对于的 ManipulationContainer 元素。
使用 ManipulationOrigin 属性获取操作的原点。
通过调用 Complete 方法取消操作。
有关操作的详细信息,请参阅 输入概述。 有关响应操作的应用程序的示例,请参阅 演练:创建第一个触摸应用程序。
路由事件信息
标识符字段 | ManipulationStartedEvent |
路由策略 | 鼓 泡 |
委托 | EventHandler<TEventArgs>类型ManipulationStartedEventArgs。 |