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
'Usage
Dim instance As ProjectItemsEventsClass
Dim handler As _dispProjectItemsEvents_ItemRenamedEventHandler
AddHandler instance.ItemRenamed, handler
public virtual event _dispProjectItemsEvents_ItemRenamedEventHandler ItemRenamed
public:
virtual event _dispProjectItemsEvents_ItemRenamedEventHandler^ ItemRenamed {
void add (_dispProjectItemsEvents_ItemRenamedEventHandler^ value);
void remove (_dispProjectItemsEvents_ItemRenamedEventHandler^ value);
}
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.