MultiPage<T>.OnChildAdded(Element) Method

Definition

Called when a child has been added to the MultiPage<T>.

protected override void OnChildAdded (Xamarin.Forms.Element child);
override this.OnChildAdded : Xamarin.Forms.Element -> unit

Parameters

child
Element

The child that was added.

Applies to