Partager via


ShellItem.OnChildAdded(Element) Méthode

Définition

Les développeurs peuvent substituer cette méthode pour personnaliser le comportement lorsqu’un nouvel élément Element est ajouté.

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

Paramètres

child
Element

Remarques

Les développeurs doivent appeler base.OnChildAdded() au début de leur méthode de substitution.

S’applique à