AccessText.

OnAttachedToVisualTree(VisualTreeAttachmentEventArgs) Method

Summary

Called when the control is added to a rooted visual tree.
Namespace
Avalonia.Controls.Primitives
Containing Type
AccessText

Syntax

protected override void OnAttachedToVisualTree(VisualTreeAttachmentEventArgs e)

Parameters

Name Type Description
e VisualTreeAttachmentEventArgs The event args.

Return Value

Type Description
void