DXCollectionView.SelectionChanged Event
In This Article
Occurs when the item selection is changed.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
public event CollectionViewSelectionChangedEventHandler SelectionChanged
#Event Data
The SelectionChanged event's data class is CollectionViewSelectionChangedEventArgs. The following properties provide information specific to this event:
Property |
---|
Deselected |
Selected |
See Also