ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2.Value1ChangedDelegate Delegate

In This Topic
    Variable2.Value1ChangedDelegate 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.Value1ChangedDelegate( _
       ByVal newValue As System.Double, _
       ByVal previousValue As System.Double _
    ) 
    public delegate void Variable2.Value1ChangedDelegate( 
       System.double newValue,
       System.double previousValue
    )

    Parameters

    newValue
    previousValue
    See Also