'宣言 Public Event ManipulationCompleted As System.EventHandler(Of ManipulationCompletedEventArgs)
public event System.EventHandler<ManipulationCompletedEventArgs> ManipulationCompleted
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.ManipulationCompletedEventArgs 型の引数を受け取りました。次の ManipulationCompletedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Device | System.Windows.Input.InputEventArgsから継承されます。 |
FinalVelocities | 操作に使用される速度を取得します。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
IsInertial | 慣性による処理中に System.Windows.UIElement.ManipulationCompleted イベントが発生するかどうかを示す値を取得します。 |
ManipulationContainer | 操作の座標を定義するコンテナーを取得します。 |
ManipulationOrigin | 操作の起点となるポイントを取得します。 |
Manipulators | 操作用のタッチ接触点を表すオブジェクトのコレクションを取得します。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
TotalManipulation | 現在の操作中に行われる変換の合計を取得します。 |
参照