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