バージョン

AnimationStarting イベント

UltraCarousel がアニメーションを開始する前に発生します。
シンタックス
'宣言
 
Public Event AnimationStarting As EventHandler(Of AnimationStartingEventArgs)
public event EventHandler<AnimationStartingEventArgs> AnimationStarting
イベント データ

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

プロパティ解説
Cancel System.ComponentModel.CancelEventArgsから継承されます。 
参照