ItemsControlContainerIndexChanged Event
Occurs for each realized container when the index for the item it represents has changed.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public event EventHandler<ContainerIndexChangedEventArgs> ContainerIndexChanged
Public Event ContainerIndexChanged As EventHandler(Of ContainerIndexChangedEventArgs)
member ContainerIndexChanged : IEvent<EventHandler<ContainerIndexChangedEventArgs>,
ContainerIndexChangedEventArgs>
Value
EventHandlerContainerIndexChangedEventArgs
This event is raised for each realized container where the index for the item it
represents has changed. For example, when another item is added or removed in the data
source, the index for items that come after in the ordering will be impacted.