Skip to main content

ChildIndexChangedEventArgs Constructor

Initializes a new instance of the ChildIndexChangedEventArgs class with an action of ChildIndexChanged.

Definition

Namespace: Avalonia.LogicalTree
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public ChildIndexChangedEventArgs(
ILogical child,
int index
)

Parameters

  ILogical
The child whose index was changed.
  Int32
The new index of the child.

See Also

Reference

ChildIndexChangedEventArgs Class
Avalonia.LogicalTree Namespace