SolutionEventsClass.BeforeClosing 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 before closing a solution.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event EnvDTE::_dispSolutionEvents_BeforeClosingEventHandler ^ BeforeClosing;
public:
virtual event EnvDTE::_dispSolutionEvents_BeforeClosingEventHandler ^ BeforeClosing;
public virtual event EnvDTE._dispSolutionEvents_BeforeClosingEventHandler BeforeClosing;
member this.BeforeClosing : EnvDTE._dispSolutionEvents_BeforeClosingEventHandler
Public Overridable Custom Event BeforeClosing As _dispSolutionEvents_BeforeClosingEventHandler Implements BeforeClosing