This documentation is archived and is not being maintained.
FlavoredProjectBase::DirectoryRenamed Event
Called after a directory 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^>^ DirectoryRenamed {
void add(FlavoredProjectBase::EventHandler<ProjectDocumentsChangeEventArgs^>^ value);
void remove(FlavoredProjectBase::EventHandler<ProjectDocumentsChangeEventArgs^>^ value);
}
Return to top