SelectionNodeBaseTOnSelectionRemoved Method

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

Definition

Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnSelectionRemoved(
	int index,
	int count,
	IReadOnlyList<T> deselectedItems
)

Parameters

index  Int32
 
count  Int32
 
deselectedItems  IReadOnlyListT
 

See Also