Event argument implementation that is used by the QueryOutputHandlers event.

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 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