Usages of IOutputHandler
Properties
| handlers | in QueryOutputHandlersEventArgs | Gets the IOutputHandlers that have been registered on this event argument instance so far. |
Method Parameters
| addOutputHandler (IOutputHandler) | in QueryOutputHandlersEventArgs | Adds the given output handler to the set of registered output handlers for the given scope. |
Implementing Types
| OutputHandlerBase | Abstract base implementation of the IOutputHandler interface. |