FlavoredProjectBase.SccStatusChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called after the source code control status of a file in this project changed.
public:
event Microsoft::VisualStudio::Shell::Flavor::FlavoredProjectBase::EventHandler<Microsoft::VisualStudio::Shell::Flavor::ProjectDocumentsChangeEventArgs ^> ^ SccStatusChanged;
public:
event Microsoft::VisualStudio::Shell::Flavor::FlavoredProjectBase::EventHandler<Microsoft::VisualStudio::Shell::Flavor::ProjectDocumentsChangeEventArgs ^> ^ SccStatusChanged;
public event Microsoft.VisualStudio.Shell.Flavor.FlavoredProjectBase.EventHandler<Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs> SccStatusChanged;
member this.SccStatusChanged : Microsoft.VisualStudio.Shell.Flavor.FlavoredProjectBase.EventHandler<Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs>
Public Event SccStatusChanged As FlavoredProjectBase.EventHandler(Of ProjectDocumentsChangeEventArgs)