ProjectsEvents Interface
The base interface from which the various projects derive the events that are associated with their specific project interfaces. Use this object for functionality, and refer to ProjectsEventsClass for this object's documentation.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | add_ItemAdded(_dispProjectsEvents_ItemAddedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
![]() | add_ItemRemoved(_dispProjectsEvents_ItemRemovedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
![]() | add_ItemRenamed(_dispProjectsEvents_ItemRenamedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
![]() | remove_ItemAdded(_dispProjectsEvents_ItemAddedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
![]() | remove_ItemRemoved(_dispProjectsEvents_ItemRemovedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
![]() | remove_ItemRenamed(_dispProjectsEvents_ItemRenamedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | ItemAdded | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
![]() | ItemRemoved | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
![]() | ItemRenamed | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectsEvents_Event.) |
A derivative of ProjectsEvents is supplied by each project type in Visual Studio that contributes a project automation model. The name reflects the project type, such as VBProjectsEvents. These language-specific objects, based on ProjectsEvents, act as a source for common events.

