Table of Contents

Enum ChildIndexChangedAction

Namespace
Avalonia.LogicalTree
Assembly
Avalonia.Base.dll

Describes the action that caused a ChildIndexChanged event.

public enum ChildIndexChangedAction

Fields

ChildIndexChanged = 0

The index of a single child changed.

ChildIndexesReset = 1

The index of multiple children changed and all children should be re-evaluated.

TotalCountChanged = 2

The total number of children changed.