Timer
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [System.Windows.Forms.Timer]()
Component Selector: 'wm-timer'
Kendo UI Component: : N/A This component does not have an associated visual element.
timerComponent extends .
Property
Get/Set
Notify Changes
Details
text: string
Yes
Yes
name: string
Yes
No
enabled: boolean
Yes
No
visible: boolean
Yes
No
interval
Get
No
Set the amount of time in milliseconds before the Tick event is raised.
Method
Return type
Details
enableTimer
boolean
Creates a timer and subscribe the event.
checkIfDisabled
void
Unsubcribes the timer.
Event
Supported
Parameter
Details
Tick
Yes
$event: any
Trigger Tick Event. $event parameter is optional and the $event object vary depending on the type of DOM event.
Inherited from ControlComponent .
Inherited from ControlComponent .
Inherited from ControlComponent .
Inherited from ControlComponent .