This documentation is archived and is not being maintained.
FlavoredProject::FileRenamed Event
Raised after a file in the project has been renamed.
Namespace:
Microsoft.VisualStudio.Shell.FlavorAssembly:
Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public:
event FlavoredProject::EventHandler<ProjectDocumentsChangeEventArgs^>^ FileRenamed {
void add(FlavoredProject::EventHandler<ProjectDocumentsChangeEventArgs^>^ value);
void remove(FlavoredProject::EventHandler<ProjectDocumentsChangeEventArgs^>^ value);
}
Return to top