Event argument implementation that is used by the query-output-handlers event.
Inheritance Hierarchy
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
Members
No filters for this type
Constructors
Initializes a new instance of the QueryOutputHandlersEventArgs class.
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.
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.
Gets the IOutputHandlers that have been registered on this event argument instance so far.
readonlyfinal
Gets the scope where the handlers should be added.
Gets the scope where the handlers should be added.
readonlyfinal
See Also
Developer's Guide
Methods
Adds the given output handler to the set of registered output handlers for the given scope.
Adds the given output handler to the set of registered output handlers for the given scope.