'宣言 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 | Gets the velocities that are used for the manipulation. |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
IsInertial | Gets a value that indicates whether the System.Windows.UIElement.ManipulationCompleted 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から継承されます。 |
TotalManipulation | Gets the total transformation that occurs during the current manipulation. |
参照