ASPxClientCheckBox Events
Represents the client-side equivalent of the ASPxCheckBox control.
Name | Description |
---|---|
Checked |
Occurs on the client side when the editor’s checked state is changed. |
Got |
Fires on the client side when the editor receives input focus.
Inherited from ASPx |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Lost |
Fires on the client side when the editor loses input focus.
Inherited from ASPx |
Validation |
Allows you to specify whether the value entered into the editor is valid, and whether the editor is allowed to lose focus.
Inherited from ASPx |
Value |
Fires when the control accepts the new value entered by a user.
Inherited from ASPx |
See Also