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

RepositoryItemCheckedComboBoxEdit.ValueMemberChanged Event

Fires when assigning a new value to the RepositoryItemCheckedComboBoxEdit.ValueMember 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 ValueMemberChanged

Event Data

The ValueMemberChanged event's data class is EventArgs.

See Also