Skip to main content

OnSelectionRemoved 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)

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

Parameters

  Int32
 
  Int32
 
  IReadOnlyList(T)
 

See Also

Reference

SelectionNodeBase(T) Class
Avalonia.Controls.Selection Namespace