_dispVCProjectEngineEvents_Event::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:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

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