BuildEventsClass::OnBuildProjConfigDone Event

 

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

Occurs after a project configuration build completes.

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

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