SolutionEventsClass.BeforeClosing Event

Definition

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

Event Type

Implements

Applies to