OpenXmlElementContext.ElementInserting É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 sur le point d’être inséré dans la hiérarchie d’éléments.
public event EventHandler<DocumentFormat.OpenXml.ElementEventArgs> ElementInserting;
public event EventHandler<DocumentFormat.OpenXml.ElementEventArgs>? ElementInserting;
member this.ElementInserting : EventHandler<DocumentFormat.OpenXml.ElementEventArgs>
Public Event ElementInserting As EventHandler(Of ElementEventArgs)
Public Custom Event ElementInserting As EventHandler(Of ElementEventArgs)