OpenXmlElementContext.ElementRemoving Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)