C

ParseEventArgs

This is the event argument that is used by the IParseEvents interface that can be queried from the parseEvents property.
Inheritance Hierarchy

Remarks

This class holds a reference to the parse context and the element that is currently being parsed.

Members

No filters for this type

Constructors

Initializes a new instance of the ParseEventArgs class.

Parameters

context: IParseContext
The context to assign to context.
element: Element
The XML element to assign to element.

Properties

Gets the context that is being used for parsing.
readonlyfinal

Property Value

The context.
Gets the XML element that is currently parsed.
readonlyfinal

Property Value

XML element that is currently parsed.