This is the event argument that is used by the ParseEvents interface that can be queried from the ParseEvents property.

Namespace: yWorks.yFiles.GraphML.Parser
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class ParseEventArgs : EventArgs
Visual Basic
Public Class ParseEventArgs _
	Inherits EventArgs

Remarks

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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    yWorks.yFiles.GraphML.Parser..::..ParseEventArgs

See Also