CheckEdit.CheckStateChanged Event
Fires after the CheckEdit.CheckState property value has been changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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