FlavoredProject.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.
Raised after the source code control status of an item in the project has changed.
public:
event Microsoft::VisualStudio::Shell::Flavor::FlavoredProject::EventHandler<Microsoft::VisualStudio::Shell::Flavor::ProjectDocumentsChangeEventArgs ^> ^ SccStatusChanged;
public:
event Microsoft::VisualStudio::Shell::Flavor::FlavoredProject::EventHandler<Microsoft::VisualStudio::Shell::Flavor::ProjectDocumentsChangeEventArgs ^> ^ SccStatusChanged;
public event Microsoft.VisualStudio.Shell.Flavor.FlavoredProject.EventHandler<Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs> SccStatusChanged;
member this.SccStatusChanged : Microsoft.VisualStudio.Shell.Flavor.FlavoredProject.EventHandler<Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs>
Public Event SccStatusChanged As FlavoredProject.EventHandler(Of ProjectDocumentsChangeEventArgs)