StyledElementOnAttachedToLogicalTree Method
Called when the styled element is added to a rooted logical tree.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected virtual void OnAttachedToLogicalTree(
LogicalTreeAttachmentEventArgs e
)
Protected Overridable Sub OnAttachedToLogicalTree (
e As LogicalTreeAttachmentEventArgs
)
abstract OnAttachedToLogicalTree :
e : LogicalTreeAttachmentEventArgs -> unit
override OnAttachedToLogicalTree :
e : LogicalTreeAttachmentEventArgs -> unit
Parameters
- e LogicalTreeAttachmentEventArgs
- The event args.