DTEEventsClass::OnBeginShutdown Event

 

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

Occurs when the development environment is closing.

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

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