Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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 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.