TouchToolKit for WinForms
ManipulationStarting イベント (C1ZoomPanel)

C1.Win.C1TouchToolKit.4.5.2 アセンブリ > C1.Win.TouchToolKit 名前空間 > C1ZoomPanel クラス : ManipulationStarting イベント
マニピュレーションプロセッサが最初に作成されたときに発生します。
シンタックス
'宣言
 
Public Event ManipulationStarting As System.EventHandler(Of ZoomManipulationStartingEventArgs)
public event System.EventHandler<ZoomManipulationStartingEventArgs> ManipulationStarting
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ZoomManipulationStartingEventArgs 型の引数を受け取りました。次の ZoomManipulationStartingEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
実行できるマニピュレーションのタイプを取得または設定します。  
マニピュレーションが開始されたときの位置を取得します。  
イベントを発生させたコントロールへの参照を取得します。  
参照