ProjectsEventsClass.ItemRemoved Event

This API supports the .NET Framework 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)

Syntax

'Declaration
Public Overridable Event ItemRemoved As _dispProjectsEvents_ItemRemovedEventHandler
'Usage
Dim instance As ProjectsEventsClass 
Dim handler As _dispProjectsEvents_ItemRemovedEventHandler 

AddHandler instance.ItemRemoved, handler
public virtual event _dispProjectsEvents_ItemRemovedEventHandler ItemRemoved
public:
virtual   event _dispProjectsEvents_ItemRemovedEventHandler^ ItemRemoved {
    void add (_dispProjectsEvents_ItemRemovedEventHandler^ value);
    void remove (_dispProjectsEvents_ItemRemovedEventHandler^ value);
}
JScript does not support events.

Implements

_dispProjectsEvents_Event.ItemRemoved

.NET Framework Security

See Also

Reference

ProjectsEventsClass Class

ProjectsEventsClass Members

EnvDTE Namespace