AccessText.

OnDetachedFromVisualTree(VisualTreeAttachmentEventArgs) Method

Summary

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

Syntax

protected override void OnDetachedFromVisualTree(VisualTreeAttachmentEventArgs e)

Parameters

Name Type Description
e VisualTreeAttachmentEventArgs The event args.

Return Value

Type Description
void