Back to Devexpress

RepositoryItemLookUpEdit.SelectionChanging Event

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

latest2.2 KB
Original Source

RepositoryItemLookUpEdit.SelectionChanging Event

Occurs before 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<PopupSelectionChangingEventArgs> SelectionChanging
vb
<DXCategory("Events")>
Public Event SelectionChanging As EventHandler(Of PopupSelectionChangingEventArgs)

Event Data

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

PropertyDescription
CancelGets or sets whether to cancel the change selection operation.
IsSelectedGets whether the item is selected.

Remarks

Refer to the following help topic for more information: SelectionChanging.

See Also

SelectionChanged

RepositoryItemLookUpEdit Class

RepositoryItemLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace