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