VisualElement.OnChildAdded(Element) Method

Definition

Application developers can override this method to respond when a child is added.

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

Parameters

child
Element

The child that was added.

Remarks

Application developers who override this method must call base.OnChildAdded before performing any other actions in their override.

Applies to