ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Storyboard2.StoryboardStatusChangedDelegate Delegate
The storyboard for which the status has changed.
The new status.
The previous status.

In This Topic
    Storyboard2.StoryboardStatusChangedDelegate Delegate
    In This Topic
    A delegate that handles storyboard status change events.
    Syntax
    'Declaration
     
    Public Delegate Sub Storyboard2.StoryboardStatusChangedDelegate( _
       ByVal storyboard As Storyboard2, _
       ByVal newStatus As StoryboardStatus, _
       ByVal previousStatus As StoryboardStatus _
    ) 
    public delegate void Storyboard2.StoryboardStatusChangedDelegate( 
       Storyboard2 storyboard,
       StoryboardStatus newStatus,
       StoryboardStatus previousStatus
    )

    Parameters

    storyboard
    The storyboard for which the status has changed.
    newStatus
    The new status.
    previousStatus
    The previous status.
    See Also