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.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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