LogicalTreeAttachmentEventArgs Class

Summary

Holds the event arguments for the AttachedToLogicalTree and DetachedFromLogicalTree events.
Namespace
Avalonia.LogicalTree
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["LogicalTreeAttachmentEventArgs"] class Type type-node

Syntax

public class LogicalTreeAttachmentEventArgs : EventArgs

Constructors

Properties

Name Value Summary
Parent ILogical
Gets the control that Source is being attached to or detached from.
Root ILogicalRoot
Gets the root of the logical tree that the control is being attached to or detached from.
Source ILogical
Gets the control that was attached or detached from the logical tree.