'宣言 Public Event ManipulationDelta As System.EventHandler(Of ManipulationDeltaEventArgs)
public event System.EventHandler<ManipulationDeltaEventArgs> ManipulationDelta
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.ManipulationDeltaEventArgs 型の引数を受け取りました。次の ManipulationDeltaEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
CumulativeManipulation | Gets the cumulated changes of the current manipulation. |
DeltaManipulation | Gets the most recent changes of the current manipulation. |
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
IsInertial | Gets a value that indicates whether the System.Windows.UIElement.ManipulationDelta event occurs during inertia. |
ManipulationContainer | Gets the container that defines the coordinates for the manipulation. |
ManipulationOrigin | Gets the point from which the manipulation originated. |
Manipulators | Gets a collection of objects that represents the touch contacts for the manipulation. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
Velocities | Gets the rates of the most recent changes to the manipulation. |
参照