Skip to main content
A newer version of this page is available. .

DXCollectionView.SelectionChanged Event

Occurs when the item selection is changed.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public event EventHandler<CollectionViewSelectionChangedEventArgs> SelectionChanged

Event Data

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

Property Description
DeselectedItems Returns the collection of the deselected collection view items.
SelectedItems Returns the collection of the selected collection view items.
See Also