ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Timer.UpdateDelegate Delegate

In This Topic
    Timer.UpdateDelegate Delegate
    In This Topic
    A delegate that handles the animation timer updates.
    Syntax
    'Declaration
     
    Public Delegate Sub Timer.UpdateDelegate() 
    public delegate void Timer.UpdateDelegate()
    See Also