ElementEventArgs Class

Argument for element events

Inheritance Hierarchy

System.Object
  System.EventArgs
    DocumentFormat.OpenXml.ElementEventArgs

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class ElementEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ElementEventArgs
public class ElementEventArgs : EventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ElementEventArgs Members

DocumentFormat.OpenXml Namespace