CollectionViewSelectionChangedEventArgs(IReadOnlyList<Object>, IReadOnlyList<Object>) Constructor
Initializes a new instance of the CollectionViewSelectionChangedEventArgs class with specified settings.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public CollectionViewSelectionChangedEventArgs(
IReadOnlyList<object> addedItems,
IReadOnlyList<object> removedItems
)
Parameters
Name | Type | Description |
---|---|---|
addedItems | IReadOnlyList<Object> | A list of items that were last added to the collection of selected items |
removedItems | IReadOnlyList<Object> | A list of items that were last removed from the collection of selected items. |
See Also