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