UIElement.ManipulationStarted 事件

定义

当输入设备对 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) 

事件类型

注解

事件发生 ManipulationStartedManipulationStarting 事件之后。 可以使用 执行以下操作 ManipulationStartedEventArgs

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

路由事件信息

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

适用于