Back to Devexpress

RepositoryItemLookUpEdit.SelectionChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemlookupedit-ac635f2e.md

latest1.9 KB
Original Source

RepositoryItemLookUpEdit.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.Repository

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

RepositoryItemLookUpEdit Class

RepositoryItemLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace