UIElement.ManipulationCompleted 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对于 UIElement 对象的操作和延时完毕时发生。
public:
event EventHandler<System::Windows::Input::ManipulationCompletedEventArgs ^> ^ ManipulationCompleted;
public event EventHandler<System.Windows.Input.ManipulationCompletedEventArgs> ManipulationCompleted;
member this.ManipulationCompleted : EventHandler<System.Windows.Input.ManipulationCompletedEventArgs>
Public Custom Event ManipulationCompleted As EventHandler(Of ManipulationCompletedEventArgs)
事件类型
注解
可以使用此事件获取有关操作的信息(完成后)。 例如,可以使用 ManipulationCompletedEventArgs.TotalManipulation 该属性来确定操作更改的总数。
有关操作的详细信息,请参阅 输入概述。 有关响应操作的应用程序的示例,请参阅 演练:创建第一个触控应用程序。
路由事件信息
标识符字段 | ManipulationCompletedEvent |
路由策略 | 鼓 泡 |
委托 | EventHandler<TEventArgs>类型ManipulationCompletedEventArgs。 |