_dispProjectItemsEvents_Event.ItemRenamed Event

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
Event ItemRenamed As _dispProjectItemsEvents_ItemRenamedEventHandler
event _dispProjectItemsEvents_ItemRenamedEventHandler ItemRenamed
 event _dispProjectItemsEvents_ItemRenamedEventHandler^ ItemRenamed {
    void add (_dispProjectItemsEvents_ItemRenamedEventHandler^ value);
    void remove (_dispProjectItemsEvents_ItemRenamedEventHandler^ value);
}
abstract ItemRenamed : IEvent<_dispProjectItemsEvents_ItemRenamedEventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispProjectItemsEvents_Event Interface

EnvDTE Namespace