IVCProjectEngineEvents::ItemAdded Method (Object^, Object^)

 

Signifies that the specified item was added to the project.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

void ItemAdded(
	Object^ Item,
	Object^ ItemParent
)

Parameters

Item
Type: System::Object^

Required. The item that was added.

ItemParent
Type: System::Object^

Required. The item's parent.

ItemAdded fires when an item is added to a VCProject, VCFilter, or VCFile.

Return to top
Show: