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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Event Data

The DisplayMemberChanged event's data class is EventArgs.

See Also