documentationfor yFiles for HTML 2.6

Usages of IOutputHandler

Properties

handlersin QueryOutputHandlersEventArgsGets the IOutputHandlers that have been registered on this event argument instance so far.

Method Return Values

getOutputHandlers (IWriteContext, KeyScope)in GraphMLWriterDynamically retrieve all IOutputHandler that should be used for the current write process.

Method Parameters

addOutputHandler (IOutputHandler)in QueryOutputHandlersEventArgsAdds the given output handler to the set of registered output handlers for the given scope.

Implementing Types

OutputHandlerBaseAbstract base implementation of the IOutputHandler interface.