'宣言 Public Event ManipulationStarted As System.EventHandler(Of ManipulationStartedEventArgs)
public event System.EventHandler<ManipulationStartedEventArgs> ManipulationStarted
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.ManipulationStartedEventArgs 型の引数を受け取りました。次の ManipulationStartedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ManipulationContainer | System.Windows.Input.ManipulationStartedEventArgs.ManipulationOrigin プロパティが関連しているコンテナーを取得します。 |
ManipulationOrigin | 操作の起点となるポイントを取得します。 |
Manipulators | 操作用のタッチ接触点を表すオブジェクトのコレクションを取得します。 |
参照