OpenXmlElementContext Class

Definition

Represents the OpenXml loading context.

public class OpenXmlElementContext
type OpenXmlElementContext = class
Public Class OpenXmlElementContext
Inheritance
OpenXmlElementContext

Constructors

OpenXmlElementContext()
Obsolete.

Initializes a new instance of the OpenXmlElementContext class.

Events

ElementInserted

Occurs when an element has been inserted into the element hierarchy.

ElementInserting

Occurs when an element is about to be inserted into the element hierarchy.

ElementRemoved

Occurs when an element has been removed from the element hierarchy.

ElementRemoving

Occurs when an element is being removed from the element hierarchy.

Applies to