BuildEventsClass::OnBuildProjConfigBegin Event

 

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

Occurs when a project configuration build begins.

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

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