Skip to main content

LogicalTreeAttachmentEventArgs Constructor

Initializes a new instance of the LogicalTreeAttachmentEventArgs class.

Definition

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

public LogicalTreeAttachmentEventArgs(
ILogicalRoot root,
ILogical source,
ILogical? parent
)

Parameters

  ILogicalRoot
The root of the logical tree.
  ILogical
The control being attached/detached.
  ILogical
The Parent.

See Also

Reference

LogicalTreeAttachmentEventArgs Class
Avalonia.LogicalTree Namespace