ASPxTimer.Tick Event
In This Article
Occurs when the specified timer interval has elapsed, and the timer is enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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