ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2.Value2ChangedDelegate Delegate

In This Topic
    Variable2.Value2ChangedDelegate Delegate
    In This Topic
    A delegate that handles events that occur when the value of an animation variable changes.
    Syntax
    'Declaration
     
    Public Delegate Sub Variable2.Value2ChangedDelegate( _
       ByVal newValue1 As Double, _
       ByVal newValue2 As Double, _
       ByVal prevValue1 As Double, _
       ByVal prevValue2 As Double _
    ) 
    public delegate void Variable2.Value2ChangedDelegate( 
       double newValue1,
       double newValue2,
       double prevValue1,
       double prevValue2
    )

    Parameters

    newValue1
    newValue2
    prevValue1
    prevValue2
    See Also