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.v19.1.dll

Declaration

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

Event Data

The ValueMemberChanged event's data class is EventArgs.

See Also