Xamarin.Forms.AbsoluteLayout.OnChildRemoved Method
Called when a child is removed from the Xamarin.Forms.AbsoluteLayout.

Syntax

protected override void OnChildRemoved (Element child)

Parameters

child
The element that was removed from the children.

Remarks

Application developers can override AbsoluteLayout.OnChildRemoved to change the default behavior thata is triggered when a child is removed. When doing so, it is recommended to call the base AbsoluteLayout.OnChildRemoved method and then add additional logic.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0