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

CheckEdit.CheckStateChanged Event

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CheckStateChanged event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also