FlavoredProjectBase.FileRemoved Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé après la suppression d'un fichier de ce projet.
public:
event Microsoft::VisualStudio::Shell::Flavor::FlavoredProjectBase::EventHandler<Microsoft::VisualStudio::Shell::Flavor::ProjectDocumentsChangeEventArgs ^> ^ FileRemoved;
public:
event Microsoft::VisualStudio::Shell::Flavor::FlavoredProjectBase::EventHandler<Microsoft::VisualStudio::Shell::Flavor::ProjectDocumentsChangeEventArgs ^> ^ FileRemoved;
public event Microsoft.VisualStudio.Shell.Flavor.FlavoredProjectBase.EventHandler<Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs> FileRemoved;
member this.FileRemoved : Microsoft.VisualStudio.Shell.Flavor.FlavoredProjectBase.EventHandler<Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs>
Public Event FileRemoved As FlavoredProjectBase.EventHandler(Of ProjectDocumentsChangeEventArgs)