Event argument implementation that is used by the query-output-handlers event.
Inheritance Hierarchy
EventArgs
QueryOutputHandlersEventArgs
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.
Type Details
- yFiles module
- view
See Also
Constructors
Initializes a new instance of the QueryOutputHandlersEventArgs class.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- 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.
Property Value
The context of the query.
Gets the IOutputHandlers that have been registered on this event argument instance so far.
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.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- handler - IOutputHandler
- The handler to add.