VisualOnAttachedToVisualTree Method

Called when the control is added to a rooted visual tree.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected virtual void OnAttachedToVisualTree(
	VisualTreeAttachmentEventArgs e
)

Parameters

e  VisualTreeAttachmentEventArgs
The event args.

See Also