Layoutable.

OnVisualParentChanged(IVisual, IVisual) Method

Summary

Called when the control's visual parent changes.
Namespace
Avalonia.Layout
Containing Type
Layoutable

Syntax

protected override sealed void OnVisualParentChanged(IVisual oldParent, IVisual newParent)

Parameters

Name Type Description
oldParent IVisual The old visual parent.
newParent IVisual The new visual parent.

Return Value

Type Description
void