OpenXmlElementContext Class
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.
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. |