Bitmap for WPF
Storyboard2.LoopIterationChangedDelegate デリゲート

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Animation 名前空間 : Storyboard2.LoopIterationChangedDelegate デリゲート
The storyboard to which the loop belongs.
The loop ID.
The iteration count for the latest IUIAnimationManager2::Update.
The iteration count for the previous IUIAnimationManager2::Update.
A delegate for handling storyboard loop iteration events, which occur when a loop within a storyboard begins a new iteration.
シンタックス
'宣言
 
Public Delegate Sub Storyboard2.LoopIterationChangedDelegate( _
   ByVal storyboard As Storyboard2, _
   ByVal id As System.IntPtr, _
   ByVal newIterationCount As System.Integer, _
   ByVal oldIterationCount As System.Integer _
) 
public delegate void Storyboard2.LoopIterationChangedDelegate( 
   Storyboard2 storyboard,
   System.IntPtr id,
   System.int newIterationCount,
   System.int oldIterationCount
)

パラメータ

storyboard
The storyboard to which the loop belongs.
id
The loop ID.
newIterationCount
The iteration count for the latest IUIAnimationManager2::Update.
oldIterationCount
The iteration count for the previous IUIAnimationManager2::Update.
参照

Storyboard2.LoopIterationChangedDelegate メンバ
C1.Util.DX.Animation 名前空間