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

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