ElementEventArgs Class

Definition

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.

Applies to