Click or drag to resize

ElementEventArgs Class

Represents arguments for element events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DocumentFormat.OpenXmlElementEventArgs

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 ElementEventArgs : EventArgs

The ElementEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodElementEventArgs Initializes a new instance of the ElementEventArgs class using the supplied elements.
Top
Properties
 NameDescription
Public propertyElement Gets the element that caused the event.
Public propertyParentElement Gets the parent element of the element that caused the event.
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
See Also