Summary
Notifies the control that it is being attached to a rooted logical tree.
- Namespace
- Avalonia
.LogicalTree - Containing Type
- ILogical
Syntax
void NotifyAttachedToLogicalTree(LogicalTreeAttachmentEventArgs e)
Remarks
This method will be called automatically by the framework, you should not need to call
this method yourself.
Parameters
Name | Type | Description |
---|---|---|
e | Logical |
The event args. |
Return Value
Type | Description |
---|---|
void |