'宣言 Public Event ManipulationInertiaStarting As System.EventHandler(Of ManipulationInertiaStartingEventArgs)
public event System.EventHandler<ManipulationInertiaStartingEventArgs> ManipulationInertiaStarting
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.ManipulationInertiaStartingEventArgs 型の引数を受け取りました。次の ManipulationInertiaStartingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Device | System.Windows.Input.InputEventArgsから継承されます。 |
ExpansionBehavior | Get or sets the rate of slowdown of expansion inertial movement. |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
InitialVelocities | Gets the rates of changes to the manipulation that occur before inertia starts. |
ManipulationContainer | Gets the container that the System.Windows.Input.ManipulationStartedEventArgs.ManipulationOrigin property is relative to. |
ManipulationOrigin | Gets or sets 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から継承されます。 |
RotationBehavior | Gets or sets the rate of slowdown of rotational inertial movement. |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
TranslationBehavior | Gets or sets the rate of slowdown of linear inertial movement. |
参照