Skip to main content

ContainerIndexChangedOverride Method

Called when the index for a container changes due to an insertion or removal in the items collection.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected override void ContainerIndexChangedOverride(
Control container,
int oldIndex,
int newIndex
)

Parameters

  Control
The container whose index changed.
  Int32
The old index.
  Int32
The new index.

See Also

Reference

SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace