Back to Devexpress

BaseListBoxControl.SelectedValueChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-e99113a4.md

latest1.9 KB
Original Source

BaseListBoxControl.SelectedValueChanged Event

Occurs after a value of the selected item 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 SelectedValueChanged
vb
<DXCategory("Property Changed")>
Public Event SelectedValueChanged As EventHandler

Event Data

The SelectedValueChanged event's data class is EventArgs.

Remarks

Handle the SelectedValueChanged event to perform actions after the value of the selected item has changed. The event fires immediately after the BaseListBoxControl.SelectedValue property value was changed.

Note : changing the value of the BaseListBoxControl.ValueMember property at runtime changes the value of the selected item. Thus, the SelectedValueChanged event fires.

See Also

SelectedValue

SelectedIndex

ValueMember

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace