UIElement.ManipulationCompleted イベント

定義

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) 

イベントの種類

EventHandler<ManipulationCompletedEventArgs>

注釈

このイベントを使用すると、操作が完了したときに操作に関する情報を取得できます。 たとえば、このプロパティを ManipulationCompletedEventArgs.TotalManipulation 使用して、操作の変更位置の合計量を決定できます。

操作の詳細については、「 入力の概要」を参照してください。 操作に応答するアプリケーションの例については、「 チュートリアル: 初めてのタッチ アプリケーションの作成」を参照してください。

ルーティングされたイベント情報

識別子フィールド ManipulationCompletedEvent
ルーティング戦略 バブル
代理人 EventHandler<TEventArgs> 型の ManipulationCompletedEventArgs

適用対象