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

 

Signifies that the specified item was removed from the project.

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

void ItemRemoved(
	Object^ Item,
	Object^ ItemParent
)

Parameters

Item
Type: System::Object^

Required. The item to be removed.

ItemParent
Type: System::Object^

Required. The item's parent.

The ItemRemoved method fires when an item is removed from a VCFilter or VCFile.

Return to top
Show: