Event argument implementation that is used by the QueryOutputHandlers event.

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 sealed class QueryOutputHandlersEventArgs : EventArgs
Visual Basic
Public NotInheritable Class QueryOutputHandlersEventArgs _
	Inherits EventArgs

Remarks

These event arguments can be used to add moreIOutputHandler implementations to the GraphMLWriter dynamically at the time of writing.

Inheritance Hierarchy

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

See Also