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) 

事件類型

備註

事件 ManipulationStarted 會在 事件之後 ManipulationStarting 發生。 您可以使用 執行下列動作 ManipulationStartedEventArgs

如需操作的詳細資訊,請參閱 輸入概觀。 如需回應操作的應用程式範例,請參閱 逐步解說:建立您的第一個觸控應用程式

路由事件資訊

識別碼欄位 ManipulationStartedEvent
路由策略 鼓 泡
代理人 型別 EventHandler<TEventArgs>ManipulationStartedEventArgs

適用於