Summary
Initializes a new instance of the
LogicalTreeAttachmentEventArgs
class.
- Namespace
- Avalonia
.LogicalTree - Containing Type
- Logical
Tree Attachment Event Args
Syntax
public LogicalTreeAttachmentEventArgs(ILogicalRoot root, ILogical source, ILogical parent)
Parameters
Name | Type | Description |
---|---|---|
root | ILogicalRoot | The root of the logical tree. |
source | ILogical | The control being attached/detached. |
parent | ILogical | The Parent . |
Return Value
Type | Description |
---|---|
void |