Compartir a través de


OpenXmlElementContext.ElementRemoving Evento

Definición

Se produce cuando se quita un elemento de la jerarquía de elementos.

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) 

Tipo de evento

Se aplica a