Click or drag to resize

OpenXmlElementContext Class

Represents the OpenXml loading context.
Inheritance Hierarchy
SystemObject
  DocumentFormat.OpenXmlOpenXmlElementContext

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public class OpenXmlElementContext

The OpenXmlElementContext type exposes the following members.

Constructors
 NameDescription
Public methodOpenXmlElementContext Initializes a new instance of the OpenXmlElementContext class.
Obsolete
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventElementInserted Occurs when an element has been inserted into the element hierarchy.
Public eventElementInserting Occurs when an element is about to be inserted into the element hierarchy.
Public eventElementRemoved Occurs when an element has been removed from the element hierarchy.
Public eventElementRemoving Occurs when an element is being removed from the element hierarchy.
Top
See Also