The interface of the event trigger class that is used by 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 interface IParseEvents
Visual Basic
Public Interface IParseEvents

Remarks

This interface defines the available events that client code can register to during the parsing of GraphML.

See Also