SolutionEventsClass.Opened Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs immediately after opening a solution or project.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event EnvDTE::_dispSolutionEvents_OpenedEventHandler ^ Opened;
public:
virtual event EnvDTE::_dispSolutionEvents_OpenedEventHandler ^ Opened;
public virtual event EnvDTE._dispSolutionEvents_OpenedEventHandler Opened;
member this.Opened : EnvDTE._dispSolutionEvents_OpenedEventHandler
Public Overridable Custom Event Opened As _dispSolutionEvents_OpenedEventHandler Implements Opened