OutputWindowEvents Interface

Provides events for changes to the Output window.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")> _
Public Interface OutputWindowEvents _
    Inherits _OutputWindowEvents, _dispOutputWindowEvents_Event
[GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface OutputWindowEvents : _OutputWindowEvents, 
    _dispOutputWindowEvents_Event
[GuidAttribute(L"0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface class OutputWindowEvents : _OutputWindowEvents, 
    _dispOutputWindowEvents_Event
[<GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")>]
type OutputWindowEvents =  
    interface
        interface _OutputWindowEvents
        interface _dispOutputWindowEvents_Event
    end
public interface OutputWindowEvents extends _OutputWindowEvents, _dispOutputWindowEvents_Event

The OutputWindowEvents type exposes the following members.

Methods

  Name Description
Public method add_PaneAdded Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)
Public method add_PaneClearing Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)
Public method add_PaneUpdated Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)
Public method remove_PaneAdded Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)
Public method remove_PaneClearing Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)
Public method remove_PaneUpdated Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)

Top

Events

  Name Description
Public event PaneAdded Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)
Public event PaneClearing Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)
Public event PaneUpdated Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.)

Top

Remarks

Use this object for functionality and refer to OutputWindowEvents for this object's documentation. The OutputWindowEvents object is returned by DTE.Events.

See Also

Reference

EnvDTE Namespace