Layout<T>.OnChildRemoved Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OnChildRemoved(Element) |
Obsolète.
Les développeurs d’applications peuvent substituer cette méthode pour répondre à la suppression d’un enfant. |
OnChildRemoved(Element, Int32) |
OnChildRemoved(Element)
Attention
OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.
Les développeurs d’applications peuvent substituer cette méthode pour répondre à la suppression d’un enfant.
[System.Obsolete("OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.")]
protected override void OnChildRemoved (Xamarin.Forms.Element child);
override this.OnChildRemoved : Xamarin.Forms.Element -> unit
Paramètres
- child
- Element
Enfant qui a été supprimé.
- Attributs
-
System.ObsoleteAttribute
Remarques
Les développeurs d’applications qui remplacent cette méthode doivent appeler base. OnChildRemoved avant d’effectuer d’autres actions dans leur remplacement.
S’applique à
OnChildRemoved(Element, Int32)
protected override void OnChildRemoved (Xamarin.Forms.Element child, int oldLogicalIndex);
override this.OnChildRemoved : Xamarin.Forms.Element * int -> unit
Paramètres
- child
- Element
- oldLogicalIndex
- System.Int32