TouchToolKit for WinForms
AnimationStarting イベント (C1ZoomPanel)

C1.Win.C1TouchToolKit.4.5.2 アセンブリ > C1.Win.TouchToolKit 名前空間 > C1ZoomPanel クラス : AnimationStarting イベント
C1ZoomPanel がアニメーションを開始する前に発生します。
シンタックス
'宣言
 
Public Event AnimationStarting As System.EventHandler(Of AnimationStartingEventArgs)
public event System.EventHandler<AnimationStartingEventArgs> AnimationStarting
イベント データ

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

プロパティ解説
このアニメーションがキャンセルされるかどうかを示す値を取得または設定します。  
現在のスクロール位置を取得します。  
現在のズーム率を取得します。  
アニメーションの持続時間を取得または設定します。  
目標のスクロール位置を取得します。  
目標のズーム率を取得します。  
参照