ButtonClientSideEvents Properties
Contains a client-side button’s event list.| Name | Description |
|---|---|
| CheckedChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.CheckedChanged event. |
| Click | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.Click event. |
| GotFocus | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.GotFocus event. |
| Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
| LostFocus | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.LostFocus event. |
See Also