Skip to main content
Tab

ASPxCheckBox.CheckedChanged Event

Fires after the ASPxCheckBox‘s checked state has been changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public event EventHandler CheckedChanged

Event Data

The CheckedChanged event's data class is EventArgs.

Remarks

The CheckedChanged event occurs after the editor’s checked state has been changed at runtime.

Note

The CheckedChanged event’s generation depends upon the settings of the ASPxEdit.AutoPostBack property and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientCheckBox.CheckedChanged event, if it is handled. refer to the descriptions of these properties for more information.

Implements

See Also