ShellItem.OnChildAdded(Element) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.