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

RepositoryItemCheckedComboBoxEdit.DataSourceChanged Event

Fires when assigning a new object to the RepositoryItemCheckedComboBoxEdit.DataSource property.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Property Changed")]
public event EventHandler DataSourceChanged

Event Data

The DataSourceChanged event's data class is EventArgs.

See Also