ProjectsEventsClass.ItemRenamed Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs immediately after you rename a project in a solution or a project item in a project.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable Event ItemRenamed As _dispProjectsEvents_ItemRenamedEventHandler
'Usage
Dim instance As ProjectsEventsClass
Dim handler As _dispProjectsEvents_ItemRenamedEventHandler
AddHandler instance.ItemRenamed, handler
public virtual event _dispProjectsEvents_ItemRenamedEventHandler ItemRenamed
public:
virtual event _dispProjectsEvents_ItemRenamedEventHandler^ ItemRenamed {
void add (_dispProjectsEvents_ItemRenamedEventHandler^ value);
void remove (_dispProjectsEvents_ItemRenamedEventHandler^ value);
}
JScript does not support events.
Implements
_dispProjectsEvents_Event.ItemRenamed
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.