StyledElement.

OnAttachedToLogicalTree(LogicalTreeAttachmentEventArgs) Method

Summary

Called when the styled element is added to a rooted logical tree.
Namespace
Avalonia
Containing Type
StyledElement

Syntax

protected virtual void OnAttachedToLogicalTree(LogicalTreeAttachmentEventArgs e)

Parameters

Name Type Description
e LogicalTreeAttachmentEventArgs The event args.

Return Value

Type Description
void