OnIndexesChanged 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)
- C#
- VB
- F#
protected virtual void OnIndexesChanged(
int shiftIndex,
int shiftDelta
)
Protected Overridable Sub OnIndexesChanged (
shiftIndex As Integer,
shiftDelta As Integer
)
abstract OnIndexesChanged :
shiftIndex : int *
shiftDelta : int -> unit
override OnIndexesChanged :
shiftIndex : int *
shiftDelta : int -> unit
Parameters
- Int32
- The first index that was shifted.
- Int32
- If positive, the number of items inserted, or if negative the number of items removed.
See Also
Reference
SelectionNodeBase(T) Class
Avalonia.Controls.Selection Namespace