C

QueryOutputHandlersEventArgs

Event argument implementation that is used by the query-output-handlers event.

Remarks

These event arguments can be used to add more IOutputHandler implementations to the GraphMLIOHandler dynamically at the time of writing, by adding them to the handlers collection.

See Also

API

GraphMLIOHandler

Members

No filters for this type

Constructors

Initializes a new instance of the QueryOutputHandlersEventArgs class.

Parameters

context: IWriteContext
The context to assign to the context property.
scope: KeyScope
The scope where the handlers should be added.

Properties

Gets the context for which the handlers are queried.
readonlyfinal

Property Value

The context of the query.
Gets the IOutputHandlers that have been registered on this event argument instance so far.
readonlyfinal
Gets the scope where the handlers should be added.

Methods

Adds the given output handler to the set of registered output handlers for the given scope.
final

Parameters

handler: IOutputHandler
The handler to add.

See Also

Developer's Guide