Element.DescendantRemoved Événement
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.
Se produit chaque fois qu’un élément enfant est supprimé de la sous-arborescence d’éléments.
public event EventHandler<Xamarin.Forms.ElementEventArgs> DescendantRemoved;
member this.DescendantRemoved : EventHandler<Xamarin.Forms.ElementEventArgs>
Type d'événement
System.EventHandler<ElementEventArgs>