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