Bitmap for WPF
SetTimerEventHandler メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Animation 名前空間 > Timer クラス : SetTimerEventHandler メソッド
A delegate that handles events that occur before an animation update begins.
A delegate that handles events that occur after an animation update is finished.
A delegate that handles events that occur when the rendering frame rate for an animation falls below a minimum desirable frame rate.
Specifies a timer event handler.
シンタックス
'宣言
 
Public Sub SetTimerEventHandler( _
   Optional ByVal preUpdateHandler As Timer.UpdateDelegate, _
   Optional ByVal postUpdateHandler As Timer.UpdateDelegate, _
   Optional ByVal renderingTooSlowHandler As Timer.RenderingTooSlowDelegate _
) 

パラメータ

preUpdateHandler
A delegate that handles events that occur before an animation update begins.
postUpdateHandler
A delegate that handles events that occur after an animation update is finished.
renderingTooSlowHandler
A delegate that handles events that occur when the rendering frame rate for an animation falls below a minimum desirable frame rate.
参照

Timer クラス
Timer メンバ