Table of Contents

Method OnChildRemoved

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

OnChildRemoved(Element, int)

Invoked when a child object is removed from this element.

protected override void OnChildRemoved(Element child, int oldLogicalIndex)

Parameters

child Element

The child element that is removed from this element.

oldLogicalIndex int

The logical index child previously had within this element.