A delegate that handles events that occur when the integer value of an animation variable changes in the specified dimension.
            シンタックス
            
            
            
            
            '宣言
 
Public Delegate Sub Variable2.IntegerValueChangedDelegate( _
   ByVal  As Storyboard2, _
   ByVal  As Variable2, _
   ByVal () As System.Integer, _
   ByVal () As System.Integer, _
   ByVal  As System.Integer _
) 
             
        
            
            public delegate void Variable2.IntegerValueChangedDelegate( 
   Storyboard2 ,
   Variable2 ,
   System.int[] ,
   System.int[] ,
   System.int 
)
             
        
             
        
            パラメータ
- storyboard
 
- The storyboard that is animating the animation variable specified by the variable parameter.
 - variable
 
- The animation variable that has been updated.
 - newValue
 
- The new integer value of the animation variable.
 - previousValue
 
- The previous integer value of the animation variable.
 - cDimension
 
- The dimension in which the integer value of the animation variable changed.
 
            
             
            
            
            
            
            
            
            
            
            参照