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
public virtual event _dispSolutionEvents_OpenedEventHandler Opened
public:
virtual event _dispSolutionEvents_OpenedEventHandler^ Opened {
void add (_dispSolutionEvents_OpenedEventHandler^ value);
void remove (_dispSolutionEvents_OpenedEventHandler^ value);
}
abstract Opened : IEvent<_dispSolutionEvents_OpenedEventHandler,
EventArgs>
override Opened : IEvent<_dispSolutionEvents_OpenedEventHandler,
EventArgs>
JScript does not support events.
Implements
_dispSolutionEvents_Event.Opened
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.