Bitmap for UWP
Storyboard2.StoryboardStatusChangedDelegate デリゲート

C1.UWP.DX アセンブリ > C1.Util.DX.Animation 名前空間 : Storyboard2.StoryboardStatusChangedDelegate デリゲート
The storyboard for which the status has changed.
The new status.
The previous status.
A delegate that handles storyboard status change events.
シンタックス
'宣言
 
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
)

パラメータ

storyboard
The storyboard for which the status has changed.
newStatus
The new status.
previousStatus
The previous status.
参照

Storyboard2.StoryboardStatusChangedDelegate メンバ
C1.Util.DX.Animation 名前空間