ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Variable2.IntegerValue2ChangedDelegate Delegate

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

    Parameters

    newValue1
    newValue2
    prevValue1
    prevValue2
    See Also