SolutionEventsClass.AfterClosing 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 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_AfterClosingEventHandler ^ AfterClosing;
public:
virtual event EnvDTE::_dispSolutionEvents_AfterClosingEventHandler ^ AfterClosing;
public virtual event EnvDTE._dispSolutionEvents_AfterClosingEventHandler AfterClosing;
member this.AfterClosing : EnvDTE._dispSolutionEvents_AfterClosingEventHandler
Public Overridable Custom Event AfterClosing As _dispSolutionEvents_AfterClosingEventHandler Implements AfterClosing