ProjectItemsEventsClass::ItemRemoved Event

 

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

Occurs immediately after you remove a project from a solution or a project item from a project.

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

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