SolutionEventsClass::ProjectAdded Event

 

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

Occurs immediately after adding a project to the solution.

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

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