Back to Devexpress

LookUpEdit.SelectionChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-lookupedit-21b9cd9d.md

latest1.7 KB
Original Source

LookUpEdit.SelectionChanged Event

Occurs after a user selects an item in the editor’s popup. This event works in Multiple Item Selection mode only.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler<PopupSelectionChangedEventArgs> SelectionChanged
vb
<DXCategory("Events")>
Public Event SelectionChanged As EventHandler(Of PopupSelectionChangedEventArgs)

Event Data

The SelectionChanged event's data class is PopupSelectionChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
IsSelectedGets whether the item is selected.

See Also

SelectionChanging

LookUpEdit Class

LookUpEdit Members

DevExpress.XtraEditors Namespace