OpenXmlElementContext.ElementInserted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when an element has been inserted into the element hierarchy.
public event EventHandler<DocumentFormat.OpenXml.ElementEventArgs> ElementInserted;
public event EventHandler<DocumentFormat.OpenXml.ElementEventArgs>? ElementInserted;
member this.ElementInserted : EventHandler<DocumentFormat.OpenXml.ElementEventArgs>
Public Event ElementInserted As EventHandler(Of ElementEventArgs)
Public Custom Event ElementInserted As EventHandler(Of ElementEventArgs)