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