SelectionNodeBaseTOnIndexesChanged Method

Called by OnSourceCollectionChanged(NotifyCollectionChangedEventArgs), detailing the indexes changed by the collection changing.

Definition

Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnIndexesChanged(
	int shiftIndex,
	int shiftDelta
)

Parameters

shiftIndex  Int32
The first index that was shifted.
shiftDelta  Int32
If positive, the number of items inserted, or if negative the number of items removed.

See Also