ElementEventArgs(OpenXmlElement, OpenXmlElement) Constructor
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.
Initializes a new instance of the ElementEventArgs class using the supplied elements.
public ElementEventArgs (DocumentFormat.OpenXml.OpenXmlElement element, DocumentFormat.OpenXml.OpenXmlElement parentElement);
new DocumentFormat.OpenXml.ElementEventArgs : DocumentFormat.OpenXml.OpenXmlElement * DocumentFormat.OpenXml.OpenXmlElement -> DocumentFormat.OpenXml.ElementEventArgs
Public Sub New (element As OpenXmlElement, parentElement As OpenXmlElement)
Parameters
- element
- OpenXmlElement
The element that caused the event.
- parentElement
- OpenXmlElement
The parent element of the element that caused the event.