Xamarin.Forms.Element.OnChildAdded Method
Invoked whenever the Element.ChildAdded event needs to be emitted. Implement this method to add class handling for this event.

Syntax

protected virtual void OnChildAdded (Element child)

Parameters

child
The element that was added.

Remarks

This method has no default implementation. You should still call the base implementation in case an intermediate class has implemented this method.

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, 1.3.3.0