Skip to main content
A newer version of this page is available. .
Tab

ASPxTimer.Tick Event

Occurs when the specified timer interval has elapsed, and the timer is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public event EventHandler Tick

Event Data

The Tick event's data class is EventArgs.

Remarks

Handle the Tick event to perform specific actions each time the time interval has elapsed. The time interval is specified by the ASPxTimer.Interval property.

See Also