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