UIElement.ManipulationCompleted 事件

定义

对于 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) 

事件类型

EventHandler<ManipulationCompletedEventArgs>

注解

可以使用此事件获取有关操作的信息(完成后)。 例如,可以使用 ManipulationCompletedEventArgs.TotalManipulation 该属性来确定操作更改的总数。

有关操作的详细信息,请参阅 输入概述。 有关响应操作的应用程序的示例,请参阅 演练:创建第一个触控应用程序

路由事件信息

标识符字段 ManipulationCompletedEvent
路由策略 鼓 泡
委托 EventHandler<TEventArgs>类型ManipulationCompletedEventArgs

适用于