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