ElementEventArgs 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 arguments for element events.
public class ElementEventArgs : EventArgs
type ElementEventArgs = class
inherit EventArgs
Public Class ElementEventArgs
Inherits EventArgs
- Inheritance
-
ElementEventArgs
Constructors
ElementEventArgs(OpenXmlElement, OpenXmlElement) |
Initializes a new instance of the ElementEventArgs class using the supplied elements. |
Properties
Element |
Gets the element that caused the event. |
ParentElement |
Gets the parent element of the element that caused the event. |