ProjectsEventsClass.ItemRemoved Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs immediately after you remove a project from a solution or a project item from a project.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event EnvDTE::_dispProjectsEvents_ItemRemovedEventHandler ^ ItemRemoved;
public:
virtual event EnvDTE::_dispProjectsEvents_ItemRemovedEventHandler ^ ItemRemoved;
public virtual event EnvDTE._dispProjectsEvents_ItemRemovedEventHandler ItemRemoved;
member this.ItemRemoved : EnvDTE._dispProjectsEvents_ItemRemovedEventHandler
Public Overridable Custom Event ItemRemoved As _dispProjectsEvents_ItemRemovedEventHandler Implements ItemRemoved