EnvDTE.Interfaces/_dispProjectsEvents_ItemRenamedEventHandler.cs (
4
lines of code) (
raw
):
namespace EnvDTE { public delegate void _dispProjectsEvents_ItemRenamedEventHandler(Project Project, string OldName); }