ComponentOne Bitmap for UWP
SetTimerEventHandler Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > Timer Class : SetTimerEventHandler Method
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.
Syntax
'Declaration
 
Public Sub SetTimerEventHandler( _
   Optional ByVal preUpdateHandler As Timer.UpdateDelegate, _
   Optional ByVal postUpdateHandler As Timer.UpdateDelegate, _
   Optional ByVal renderingTooSlowHandler As Timer.RenderingTooSlowDelegate _
) 

Parameters

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.
See Also

Reference

Timer Class
Timer Members