Skip to main content
A newer version of this page is available. .

RepositoryItemCheckEdit.CheckStateChanged Event

Fires after the CheckEdit.CheckState property has been changed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Event Data

The CheckStateChanged event's data class is EventArgs.

See Also