FlavoredProject.FileRenamed 事件

定义

在项目中的文件已重命名后引发。

public:
 event Microsoft::VisualStudio::Shell::Flavor::FlavoredProject::EventHandler<Microsoft::VisualStudio::Shell::Flavor::ProjectDocumentsChangeEventArgs ^> ^ FileRenamed;
public:
 event Microsoft::VisualStudio::Shell::Flavor::FlavoredProject::EventHandler<Microsoft::VisualStudio::Shell::Flavor::ProjectDocumentsChangeEventArgs ^> ^ FileRenamed;
public event Microsoft.VisualStudio.Shell.Flavor.FlavoredProject.EventHandler<Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs> FileRenamed;
member this.FileRenamed : Microsoft.VisualStudio.Shell.Flavor.FlavoredProject.EventHandler<Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs> 
Public Event FileRenamed As FlavoredProject.EventHandler(Of ProjectDocumentsChangeEventArgs) 

事件类型

EventHandler<ProjectDocumentsChangeEventArgs>

适用于