RepositoryItemCheckEdit.CheckStateChanged Event
In This Article
Fires after the CheckEdit.CheckState property has been changed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.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