C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Animation Namespace / Timer Class / SetTimerUpdateHandler Method
The animation manager.
Specifies the behavior of the timer when it is idle.

In This Topic
SetTimerUpdateHandler Method
In This Topic
Specifies a timer update handler.
Syntax
'Declaration
 
Public Sub SetTimerUpdateHandler( _
   ByVal manager As Manager2, _
   ByVal idleBehavior As IdleBehavior _
) 
 

Parameters

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