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

Parameters

storyboard
The storyboard that has been updated.
See Also