'宣言 Public Event ManipulationInertiaStarting As System.EventHandler(Of ManipulationInertiaStartingEventArgs)
public event System.EventHandler<ManipulationInertiaStartingEventArgs> ManipulationInertiaStarting
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ManipulationInertiaStartingEventArgs 型の引数を受け取りました。次の ManipulationInertiaStartingEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Cumulative | マニピュレーションの開始時点以降の全体的な変更を取得します。 |
| Delta | 現在のマニピュレーションの直近の変更を ManipulationDelta として取得します。 |
| ExpansionBehavior | 慣性による膨張運動の減速率を取得または設定します。 |
| Handled | ルーティングイベントを処理済みとしてマークする値を取得または設定します。true に設定すると、同じルート上にあるほとんどのハンドラは同じイベントを再び処理しません。 C1.Win.TouchToolKit.TouchRoutedEventArgsから継承されます。 |
| OriginalSource | イベントを発生させたオブジェクトへの参照を取得します。 C1.Win.TouchToolKit.TouchRoutedEventArgsから継承されます。 |
| PointerDeviceType | マニピュレーションに関与したポインタデバイスの PointerDeviceType を取得します。 |
| RotationBehavior | 慣性による回転運動の減速率を取得または設定します。 |
| TargetControl | C1TouchEventProvider にアタッチされたターゲットコントロールを取得します。 C1.Win.TouchToolKit.TouchRoutedEventArgsから継承されます。 |
| TranslationBehavior | 慣性による平行移動運動の減速率を取得または設定します。 |
| Velocities | マニピュレーションの直近の変更の速度を取得します。 |
参照