Skip to main content

DXCollectionView.SelectionChanged Event

Occurs when the item selection is changed.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public event CollectionViewSelectionChangedEventHandler SelectionChanged

Event Data

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

Property
DeselectedItems
SelectedItems
See Also