Bitmap for WPF
Variable2.IntegerValueChangedDelegate デリゲート

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Animation 名前空間 : Variable2.IntegerValueChangedDelegate デリゲート
The storyboard that is animating the animation variable specified by the variable parameter.
The animation variable that has been updated.
The new integer value of the animation variable.
The previous integer value of the animation variable.
The dimension in which the integer value of the animation variable changed.
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 storyboard As Storyboard2, _
   ByVal variable As Variable2, _
   ByVal newValue() As System.Integer, _
   ByVal previousValue() As System.Integer, _
   ByVal cDimension As System.Integer _
) 
public delegate void Variable2.IntegerValueChangedDelegate( 
   Storyboard2 storyboard,
   Variable2 variable,
   System.int[] newValue,
   System.int[] previousValue,
   System.int cDimension
)

パラメータ

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.
参照

Variable2.IntegerValueChangedDelegate メンバ
C1.Util.DX.Animation 名前空間