ComponentOne Bitmap for UWP
Storyboard2.StoryboardStatusChangedDelegate Delegate

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace : Storyboard2.StoryboardStatusChangedDelegate Delegate
The storyboard for which the status has changed.
The new status.
The previous status.
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

Reference

Storyboard2.StoryboardStatusChangedDelegate Members
C1.Util.DX.Animation Namespace