Back to Devexpress

BaseListBoxControl.ValueMemberChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-4779f5e1.md

latest2.0 KB
Original Source

BaseListBoxControl.ValueMemberChanged Event

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Property Changed")]
public event EventHandler ValueMemberChanged
vb
<DXCategory("Property Changed")>
Public Event ValueMemberChanged As EventHandler

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

ValueMember

DisplayMember

DataSource

DataSourceChanged

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace