Skip to main content

RepositoryItemCheckEdit.CheckStateChanged Event

Fires after the CheckEdit.CheckState property has been changed.

Namespace: DevExpress.XtraEditors.Repository

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.

See Also