ShellItem.OnChildAdded(Element) Method

Definition

Developers may override this method to customize behavior when a new Element is added.

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

Parameters

child
Element

Remarks

Developers should call base.OnChildAdded() at the beginning of their overriding method.

Applies to