ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Storyboard2.StoryboardUpdatedDelegate Delegate
The storyboard that has been updated.

In This Topic
    Storyboard2.StoryboardUpdatedDelegate Delegate
    In This Topic
    A delegate that handles storyboard update events.
    Syntax
    'Declaration
     
    Public Delegate Sub Storyboard2.StoryboardUpdatedDelegate( _
       ByVal storyboard As Storyboard2 _
    ) 
    public delegate void Storyboard2.StoryboardUpdatedDelegate( 
       Storyboard2 storyboard
    )

    Parameters

    storyboard
    The storyboard that has been updated.
    See Also