Compartir a través de


OpenXmlElementContext.ElementInserting Evento

Definición

Se produce cuando un elemento está a punto de insertarse en la jerarquía de elementos.

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) 

Tipo de evento

Se aplica a