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

ASPxClientButton Events

A client-side equivalent of the ASPxButton control.
Name Description
CheckedChanged Occurs on the client side when the button’s checked state is changed.
Click Occurs on the client side after a button is clicked.
GotFocus 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 ASPxClientControlBase.
LostFocus Fires on the client side when the button loses input focus.
See Also