Bitmap for UWP
Variable2.IntegerValue1ChangedDelegate デリゲート

C1.UWP.DX アセンブリ > C1.Util.DX.Animation 名前空間 : Variable2.IntegerValue1ChangedDelegate デリゲート
A delegate that handles events that occur when the integer value of an animation variable changes.
シンタックス
'宣言
 
Public Delegate Sub Variable2.IntegerValue1ChangedDelegate( _
   ByVal newValue As System.Integer, _
   ByVal previousValue As System.Integer _
) 
public delegate void Variable2.IntegerValue1ChangedDelegate( 
   System.int newValue,
   System.int previousValue
)

パラメータ

newValue
previousValue
参照

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