ProjectItemsEvents Interface

 

The base interface from which projects derive event interfaces of their specific project items. Use this object for functionality and refer to ProjectItemsEventsClass for this object's documentation.

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

[GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")]
public interface class ProjectItemsEvents : _ProjectItemsEvents, 
	_dispProjectItemsEvents_Event

NameDescription
System_CAPS_pubmethodadd_ItemAdded(_dispProjectItemsEvents_ItemAddedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

System_CAPS_pubmethodadd_ItemRemoved(_dispProjectItemsEvents_ItemRemovedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

System_CAPS_pubmethodadd_ItemRenamed(_dispProjectItemsEvents_ItemRenamedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

System_CAPS_pubmethodremove_ItemAdded(_dispProjectItemsEvents_ItemAddedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

System_CAPS_pubmethodremove_ItemRemoved(_dispProjectItemsEvents_ItemRemovedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

System_CAPS_pubmethodremove_ItemRenamed(_dispProjectItemsEvents_ItemRenamedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

NameDescription
System_CAPS_pubeventItemAdded

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

System_CAPS_pubeventItemRemoved

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

System_CAPS_pubeventItemRenamed

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispProjectItemsEvents_Event.)

A derivative of ProjectItemsEvents is supplied by each project type in Visual Studio that contributes a project automation model. The name reflects the project type, such as VBProjectItemsEvents. These language-specific objects, based on ProjectItemsEvents, act as a source for common events.

Return to top
Show: