OpenXmlElementContext.ElementRemoved É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 lorsqu’un élément a été supprimé de la hiérarchie d’éléments.
public event EventHandler<DocumentFormat.OpenXml.ElementEventArgs> ElementRemoved;
public event EventHandler<DocumentFormat.OpenXml.ElementEventArgs>? ElementRemoved;
member this.ElementRemoved : EventHandler<DocumentFormat.OpenXml.ElementEventArgs>
Public Event ElementRemoved As EventHandler(Of ElementEventArgs)
Public Custom Event ElementRemoved As EventHandler(Of ElementEventArgs)