FlavoredProjectBase.SccStatusChanged Event

Definition

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) 

Event Type

Applies to