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