ComponentOne Bitmap for UWP
SetTimerUpdateHandler Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > Timer Class : SetTimerUpdateHandler Method
The animation manager.
Specifies the behavior of the timer when it is idle.
Specifies a timer update handler.
Syntax
'Declaration
 
Public Sub SetTimerUpdateHandler( _
   ByVal manager As Manager2, _
   ByVal idleBehavior As IdleBehavior _
) 
public void SetTimerUpdateHandler( 
   Manager2 manager,
   IdleBehavior idleBehavior
)

Parameters

manager
The animation manager.
idleBehavior
Specifies the behavior of the timer when it is idle.
See Also

Reference

Timer Class
Timer Members