ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Double, _
       ByVal newValue2 As System.Double, _
       ByVal prevValue1 As System.Double, _
       ByVal prevValue2 As System.Double _
    ) 
    public delegate void Variable2.Value2ChangedDelegate( 
       System.double newValue1,
       System.double newValue2,
       System.double prevValue1,
       System.double prevValue2
    )

    Parameters

    newValue1
    newValue2
    prevValue1
    prevValue2
    See Also