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

TimerClientSideEvents Properties

Contains a list of the client-side events available for a timer component.
Name Description
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
Tick Gets or sets the name of the JavaScript function, or the entire code, which will handle a client timer’s ASPxClientTimer.Tick event.
See Also