 | OpenXmlElementContextElementInserting Event |
Occurs when an element is about to be inserted into the element hierarchy.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic event EventHandler<ElementEventArgs> ElementInserting
Public Event ElementInserting As EventHandler(Of ElementEventArgs)
public:
event EventHandler<ElementEventArgs^>^ ElementInserting {
void add (EventHandler<ElementEventArgs^>^ value);
void remove (EventHandler<ElementEventArgs^>^ value);
}member ElementInserting : IEvent<EventHandler<ElementEventArgs>,
ElementEventArgs>Value
EventHandlerElementEventArgs
See Also