SolutionEventsClass::AfterClosing Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs immediately after closing a solution.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
event _dispSolutionEvents_AfterClosingEventHandler^ AfterClosing {
	virtual void add(_dispSolutionEvents_AfterClosingEventHandler^ value);
	virtual void remove(_dispSolutionEvents_AfterClosingEventHandler^ value);
}
Return to top
Show: