The interface of the event trigger class that is used by the WriteEvents property.

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

Syntax

C#
public interface IWriteEvents
Visual Basic
Public Interface IWriteEvents

Remarks

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

See Also