ProjectItemsEventsClass::ItemAdded Event

 

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

Occurs immediately after you add a project to a solution or an item to a project.

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

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