OnSelectionRemoved(Int32, Int32, IReadOnlyList<T?>) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Called by OnSourceCollectionChanged(NotifyCollectionChangedEventArgs), detailing the items removed by a collection change.

protected virtual void OnSelectionRemoved(int index, int count, IReadOnlyList<T?> deselectedItems)

Parameters

index
Int32
count
Int32
deselectedItems
IReadOnlyList<T>