Skip to main content

NotifyAttachedToLogicalTree Method

Notifies the control that it is being attached to a rooted logical tree.

Definition

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

void NotifyAttachedToLogicalTree(
LogicalTreeAttachmentEventArgs e
)
View Source

Parameters

  LogicalTreeAttachmentEventArgs
The event args.

Remarks

This method will be called automatically by the framework, you should not need to call this method yourself.

See Also

Reference

ILogical Interface
Avalonia.LogicalTree Namespace