Timer

Implements a timer that raises an event at user-defined intervals.

The Timer component is a client-side timer that raises a Tick event in your application after the number of milliseconds in the Interval property has elapsed. Typically, a Timer object is declared at the class level so that it stays in scope as long as it is needed. You can then handle its Tick event to provide regular processing.

For a full list of properties, methods and events see the API documentation.

Features

Repeat

The Wisej Timer control can fire at regular intervals by attaching to the Tick event and setting the Interval property.

Advanced

JavaScript Widget

ItemDescription

Class name

"wisej.web.Timer"

Source code

Last updated