Back to Devexpress

CollectionViewSelectionChangedEventArgs.RemovedItems Property

maui-devexpress-dot-maui-dot-collectionview-dot-collectionviewselectionchangedeventargs-96db79ca.md

latest1.1 KB
Original Source

CollectionViewSelectionChangedEventArgs.RemovedItems Property

Returns a list of items that were last removed from the collection of selected items.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public IReadOnlyList<object> RemovedItems { get; }

Property Value

TypeDescription
IReadOnlyList\

A list of source item objects.

|

See Also

CollectionViewSelectionChangedEventArgs Class

CollectionViewSelectionChangedEventArgs Members

DevExpress.Maui.CollectionView Namespace