'宣言 Public Event ManipulationStarted As System.EventHandler(Of ManipulationStartedEventArgs)
public event System.EventHandler<ManipulationStartedEventArgs> ManipulationStarted
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.ManipulationStartedEventArgs 型の引数を受け取りました。次の ManipulationStartedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Handled | Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again. |
ManipulationContainer | Gets the container that defines the coordinates for the manipulation. |
ManipulationOrigin | Gets the point from which the manipulation originated. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
参照