Visual.

OnAttachedToVisualTreeCore(VisualTreeAttachmentEventArgs) Method

Summary

Calls the OnAttachedToVisualTree(VisualTreeAttachmentEventArgs) method for this control and all of its visual descendants.
Namespace
Avalonia
Containing Type
Visual

Syntax

protected virtual void OnAttachedToVisualTreeCore(VisualTreeAttachmentEventArgs e)

Parameters

Name Type Description
e VisualTreeAttachmentEventArgs The event args.

Return Value

Type Description
void