ProjectItemsEventsClass.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 _dispProjectItemsEvents_ItemRenamedEventHandler
public virtual event _dispProjectItemsEvents_ItemRenamedEventHandler ItemRenamed
public:
virtual event _dispProjectItemsEvents_ItemRenamedEventHandler^ ItemRenamed {
void add (_dispProjectItemsEvents_ItemRenamedEventHandler^ value);
void remove (_dispProjectItemsEvents_ItemRenamedEventHandler^ value);
}
abstract ItemRenamed : IEvent<_dispProjectItemsEvents_ItemRenamedEventHandler,
EventArgs>
override ItemRenamed : IEvent<_dispProjectItemsEvents_ItemRenamedEventHandler,
EventArgs>
JScript does not support events.
Implements
_dispProjectItemsEvents_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.