OnAttachedToLogicalTree Method
Called when the styled element is added to a rooted logical tree.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override void OnAttachedToLogicalTree(
LogicalTreeAttachmentEventArgs e
)
Protected Overrides Sub OnAttachedToLogicalTree (
e As LogicalTreeAttachmentEventArgs
)
abstract OnAttachedToLogicalTree :
e : LogicalTreeAttachmentEventArgs -> unit
override OnAttachedToLogicalTree :
e : LogicalTreeAttachmentEventArgs -> unit
Parameters
- LogicalTreeAttachmentEventArgs
- The event args.