Evento ProjectsEventsClass.ItemRenamed

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

Ocorre imediatamente após renomear um projeto em uma solução ou um item de projeto em um projeto.

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

Sintaxe

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

Implementações

_dispProjectsEvents_Event.ItemRenamed

Segurança do .NET Framework

Consulte também

Referência

ProjectsEventsClass Classe

Namespace EnvDTE