ILogicalNotifyAttachedToLogicalTree Method
Notifies the control that it is being attached to a rooted logical tree.
Namespace: Avalonia.LogicalTreeAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void NotifyAttachedToLogicalTree(
LogicalTreeAttachmentEventArgs e
)
Sub NotifyAttachedToLogicalTree (
e As LogicalTreeAttachmentEventArgs
)
abstract NotifyAttachedToLogicalTree :
e : LogicalTreeAttachmentEventArgs -> unit
Parameters
- e LogicalTreeAttachmentEventArgs
- The event args.
This method will be called automatically by the framework, you should not need to call
this method yourself.