ASPxClientButton Events
A client-side equivalent of the ASPxButton control.
Name | Description |
---|---|
Checked |
Occurs on the client side when the button’s checked state is changed. |
Click | Occurs on the client side after a button is clicked. |
Got |
Fires on the client side when the button receives input focus. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Lost |
Fires on the client side when the button loses input focus. |
See Also