Bitmap for WPF
Variable2.Value1ChangedDelegate デリゲート

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

パラメータ

newValue
previousValue
参照

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