'宣言 Public Event ManipulationBoundaryFeedback As EventHandler(Of ManipulationBoundaryFeedbackEventArgs)
public event EventHandler<ManipulationBoundaryFeedbackEventArgs> ManipulationBoundaryFeedback
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ManipulationBoundaryFeedbackEventArgs 型の引数を受け取りました。次の ManipulationBoundaryFeedbackEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| BoundaryFeedback | Gets the unused portion of the direct manipulation. |
| Device | System.Windows.Input.InputEventArgsから継承されます。 |
| Handled | System.Windows.RoutedEventArgsから継承されます。 |
| ManipulationContainer | Gets the container that the System.Windows.Input.ManipulationBoundaryFeedbackEventArgs.BoundaryFeedback property is relative to. |
| Manipulators | Gets a collection of objects that represents the touch contacts for the manipulation. |
| OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
| RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
| Source | System.Windows.RoutedEventArgsから継承されます。 |
| Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
参照