SolutionEventsClass.Opened Event

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

Occurs immediately after opening a solution or project.

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

Syntax

'Declaration
Public Overridable Event Opened As _dispSolutionEvents_OpenedEventHandler
'Usage
Dim instance As SolutionEventsClass 
Dim handler As _dispSolutionEvents_OpenedEventHandler 

AddHandler instance.Opened, handler
public virtual event _dispSolutionEvents_OpenedEventHandler Opened
public:
virtual   event _dispSolutionEvents_OpenedEventHandler^ Opened {
    void add (_dispSolutionEvents_OpenedEventHandler^ value);
    void remove (_dispSolutionEvents_OpenedEventHandler^ value);
}
JScript does not support events.

Implements

_dispSolutionEvents_Event.Opened

.NET Framework Security

See Also

Reference

SolutionEventsClass Class

SolutionEventsClass Members

EnvDTE Namespace