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

RepositoryItemCheckedComboBoxEdit.DisplayMemberChanged Event

Fires when assigning a new value to the RepositoryItemCheckedComboBoxEdit.DisplayMember property.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Event Data

The DisplayMemberChanged event's data class is EventArgs.

See Also