This is the event argument that is used by the IParseEvents interface that can be queried from the parseEvents property.
Inheritance Hierarchy
EventArgs
ParseEventArgs
Remarks
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the ParseEventArgs class.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- 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.
Property Value
The context.