ChildIndexChangedEventArgs Properties
Properties
Action | Gets the type of change action that ocurred on the list control. |
Child | Gets the logical child whose index was changed or null if all children should be re-evaluated. |
ChildIndexesReset | Gets an instance of the ChildIndexChangedEventArgs with an action of ChildIndexesReset. |
Index | Gets the new index of Child or -1 if all children should be re-evaluated. |
TotalCountChanged | Gets an instance of the ChildIndexChangedEventArgs with an action of TotalCountChanged. |
See Also
Reference
ChildIndexChangedEventArgs Class
Avalonia.LogicalTree Namespace