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

BaseListBoxControl.ValueMemberChanged Event

Occurs after the BaseListBoxControl.ValueMember property value has been changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Event Data

The ValueMemberChanged event's data class is EventArgs.

Remarks

Handle the ValueMemberChanged event to perform actions after the BaseListBoxControl.ValueMember property value changes. Note that the event doesn’t fire after the BaseListBoxControl.DataSource or BaseListBoxControl.DisplayMember property value was changed.

See Also