SolutionEventsClass::Opened Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs immediately after opening a solution or project.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispSolutionEvents_OpenedEventHandler^ Opened { virtual void add(_dispSolutionEvents_OpenedEventHandler^ value); virtual void remove(_dispSolutionEvents_OpenedEventHandler^ value); }
Implements
_dispSolutionEvents_Event::Opened
Show: