BaseListBoxControl.ValueMemberChanged Event
Occurs after the BaseListBoxControl.ValueMember property value has been changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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