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  As Storyboard2, _
   ByVal  As System.IntPtr, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) 
             
        
            
            public delegate void Storyboard2.LoopIterationChangedDelegate( 
   Storyboard2 ,
   System.IntPtr ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- 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.
 
            
             
            
            
            
            
            
            
            
            
            参照