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

In This Topic
    Variable2.IntegerValue1ChangedDelegate 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.IntegerValue1ChangedDelegate( _
       ByVal newValue As Integer, _
       ByVal previousValue As Integer _
    ) 
    public delegate void Variable2.IntegerValue1ChangedDelegate( 
       int newValue,
       int previousValue
    )

    Parameters

    newValue
    previousValue
    See Also