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