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。 |