_dispOutputWindowEvents_SinkHelper.PaneAdded Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
Public Overridable Sub PaneAdded ( _
    A_1 As OutputWindowPane _
)
public virtual void PaneAdded(
    OutputWindowPane A_1
)
public:
virtual void PaneAdded(
    OutputWindowPane^ A_1
)
abstract PaneAdded : 
        A_1:OutputWindowPane -> unit 
override PaneAdded : 
        A_1:OutputWindowPane -> unit 
public function PaneAdded(
    A_1 : OutputWindowPane
)

Parameters

Implements

_dispOutputWindowEvents.PaneAdded(OutputWindowPane)

.NET Framework Security

See Also

Reference

_dispOutputWindowEvents_SinkHelper Class

EnvDTE Namespace