Bitmap for WPF
SetStoryboardEventHandler メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Animation 名前空間 > Storyboard2 クラス : SetStoryboardEventHandler メソッド
A delegate that handles storyboard status change events.
A delegate that handles storyboard update events.
If TRUE, registers the OnStoryboardStatusChanged event and includes those events in IUIAnimationManager2::EstimateNextEventTime, which estimates the time interval until the next animation event.
If TRUE, registers the OnStoryboardUpdated event and includes those events in IUIAnimationManager2::EstimateNextEventTime, which estimates the time interval until the next animation event.
Specifies a handler for storyboard events.
シンタックス
'宣言
 
Public Sub SetStoryboardEventHandler( _
   Optional ByVal statusChangedHandler As Storyboard2.StoryboardStatusChangedDelegate, _
   Optional ByVal updatedHandler As Storyboard2.StoryboardUpdatedDelegate, _
   Optional ByVal fRegisterStatusChangeForNextAnimationEvent As System.Boolean, _
   Optional ByVal fRegisterUpdateForNextAnimationEvent As System.Boolean _
) 

パラメータ

statusChangedHandler
A delegate that handles storyboard status change events.
updatedHandler
A delegate that handles storyboard update events.
fRegisterStatusChangeForNextAnimationEvent
If TRUE, registers the OnStoryboardStatusChanged event and includes those events in IUIAnimationManager2::EstimateNextEventTime, which estimates the time interval until the next animation event.
fRegisterUpdateForNextAnimationEvent
If TRUE, registers the OnStoryboardUpdated event and includes those events in IUIAnimationManager2::EstimateNextEventTime, which estimates the time interval until the next animation event.
参照

Storyboard2 クラス
Storyboard2 メンバ