This is the event argument that is used by the IWriteEvents interface that can be queried from 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 class WriteEventArgs : EventArgs
Visual Basic
Public Class WriteEventArgs _
	Inherits EventArgs

Remarks

This class holds a reference to the write context and the Item that is currently being written.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    yWorks.yFiles.GraphML.Writer..::..WriteEventArgs

See Also