Skip to main content

CheckEdit.CheckStateChanged Event

Fires after the CheckEdit.CheckState property value has been changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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 editor’s CheckStateChanged event is equivalent to the RepositoryItemCheckEdit.CheckStateChanged event available from the CheckEdit.Properties object, i.e. adding/removing an event handler for the current event actually affects the RepositoryItemCheckEdit.CheckStateChanged event.

See Also