'宣言 Public Event ManipulationStarting As System.EventHandler(Of ZoomManipulationStartingEventArgs)
public event System.EventHandler<ZoomManipulationStartingEventArgs> ManipulationStarting
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ZoomManipulationStartingEventArgs 型の引数を受け取りました。次の ZoomManipulationStartingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Mode | 実行できるマニピュレーションのタイプを取得または設定します。 |
Position | マニピュレーションが開始されたときの位置を取得します。 |
TargetControl | イベントを発生させたコントロールへの参照を取得します。 |
参照