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