ASPxClientTimer Events
Represents a client-side equivalent of the ASPxTimer object.
Name | Description |
---|---|
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Tick | Fires on the client side when the specified timer interval has elapsed, and the timer is enabled. |
See Also