'宣言 Public Event ManipulationStarting As System.EventHandler(Of ManipulationStartingEventArgs)
public event System.EventHandler<ManipulationStartingEventArgs> ManipulationStarting
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.ManipulationStartingEventArgs 型の引数を受け取りました。次の ManipulationStartingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
IsSingleTouchEnabled | Gets or sets whether one finger can start a manipulation. |
ManipulationContainer | Gets or sets the container that all manipulation events and calculations are relative to. |
Manipulators | Gets a collection of objects that represents the touch contacts for the manipulation. |
Mode | Gets or sets which types of manipulations are possible. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
Pivot | Gets or sets an object that describes the pivot for a single-point manipulation. |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
参照