ElementEventArgs(OpenXmlElement, OpenXmlElement) Constructor

Definition

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.

Applies to