SelectionModelTOnSelectionRemoved Method

Definition

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

Parameters

index  Int32
 
count  Int32
 
deselectedItems  IReadOnlyListT
 

See Also