ProjectsEventsClass.ItemRemoved Event

Definition

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

Event Type

Implements

Applies to