OnIndexesChanged(Int32, Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

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

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.