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

Syntax

protected virtual void OnChildRemoved (Element child)

Parameters

child
The element that was removed.

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