C1.Win.C1DX.4.8 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 _
) 
 

Parameters

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