Back to Devexpress

ASPxCheckBox.CheckedChanged Event

aspnet-devexpress-dot-web-dot-aspxcheckbox-414fe896.md

latest1.8 KB
Original Source

ASPxCheckBox.CheckedChanged Event

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event EventHandler CheckedChanged
vb
Public Event CheckedChanged As EventHandler

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

CheckedChanged

See Also

Check Box

ASPxCheckBox Class

ASPxCheckBox Members

DevExpress.Web Namespace