Compartilhar via


OpenXmlElementContext.ElementRemoving Evento

Definição

Ocorre quando um elemento está sendo removido da hierarquia 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

Aplica-se a