Skip to main content

ASPxClientTimer.Tick Event

Fires on the client side when the specified timer interval has elapsed, and the timer is enabled.

Declaration

Tick: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientTimer>>

Event Data

The Tick event's data class is ASPxClientProcessingModeEventArgs. The following properties provide information specific to this event:

Property Description
processOnServer Specifies whether or not to process the event on the server.
See Also