BootstrapClientButton Events
Represents a client-side equivalent of the BootstrapButton control.Name | Description |
---|---|
CheckedChanged | Occurs on the client side when the button’s checked state is changed. Inherited from ASPxClientButton. |
Click | Occurs on the client side after a button is clicked. Inherited from ASPxClientButton. |
GotFocus | Fires on the client side when the button receives input focus. Inherited from ASPxClientButton. |
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. Inherited from ASPxClientButton. |
See Also