<< Click to Display Table of Contents >>
Manual > Control Reference > Common to all controls > Common events >
Occurs when the timer runs out.
syntax
event OnTimer (
timerid,
counter
)
Parameters
timerid
Type:
Number
The timer ID of the timer that occurred.
Remaining number of occurrences. If -1 is specified as counter in SetTimer, -1 is always passed.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation formula syntax
Can be used in expression syntax (e.g. bind syntax)
reference
OnInitialize
OnHeartBeat
OnTagValueChanged
OnTerminate
OnTimer
OnExpressionValueChanged