Xamarin.Forms.AbsoluteLayout.OnChildAdded Method
Called when a child is added to the Xamarin.Forms.AbsoluteLayout.

Syntax

protected override void OnChildAdded (Element child)

Parameters

child
The element that was added to the children.

Remarks

Application developers can override AbsoluteLayout.OnChildAdded to change the default behavior thata is triggered when a child is added. When doing so, it is recommended to call the base AbsoluteLayout.OnChildAdded 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