Evento ProjectsEventsClass.ItemAdded

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Ocorre imediatamente depois de adicionar um projeto para uma solução ou um item a um projeto.

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

Sintaxe

'Declaração
Public Overridable Event ItemAdded As _dispProjectsEvents_ItemAddedEventHandler
public virtual event _dispProjectsEvents_ItemAddedEventHandler ItemAdded
public:
virtual  event _dispProjectsEvents_ItemAddedEventHandler^ ItemAdded {
    void add (_dispProjectsEvents_ItemAddedEventHandler^ value);
    void remove (_dispProjectsEvents_ItemAddedEventHandler^ value);
}
abstract ItemAdded : IEvent<_dispProjectsEvents_ItemAddedEventHandler,
    EventArgs>
override ItemAdded : IEvent<_dispProjectsEvents_ItemAddedEventHandler,
    EventArgs>
JScript não oferece suporte a eventos.

Implementações

_dispProjectsEvents_Event.ItemAdded

Segurança do .NET Framework

Consulte também

Referência

ProjectsEventsClass Classe

Namespace EnvDTE