'宣言 Public Event ManipulationCompleted As System.EventHandler(Of ManipulationCompletedEventArgs)
public event System.EventHandler<ManipulationCompletedEventArgs> ManipulationCompleted
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.ManipulationCompletedEventArgs 型の引数を受け取りました。次の ManipulationCompletedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
FinalVelocities | Gets the velocities that are used for the manipulation. |
Handled | Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again. |
IsInertial | Gets 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. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
TotalManipulation | Gets the total transformation that occurs during the current manipulation. |
参照