Skip to main content

CheckEdit.CheckStateChanged Event

Fires after the editor’s check state has been changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event EventHandler CheckStateChanged

Event Data

The CheckStateChanged event's data class is EventArgs.

Remarks

The CheckStateChanged event fires after the CheckEdit.CheckState property value has been changed.

See Also