This documentation is archived and is not being maintained.
FlavoredProjectBase::SccStatusChanged Event
Called after the source code control status of a file in this project changed.
Namespace:
Microsoft.VisualStudio.Shell.FlavorAssembly:
Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public:
event FlavoredProjectBase::EventHandler<ProjectDocumentsChangeEventArgs^>^ SccStatusChanged {
void add(FlavoredProjectBase::EventHandler<ProjectDocumentsChangeEventArgs^>^ value);
void remove(FlavoredProjectBase::EventHandler<ProjectDocumentsChangeEventArgs^>^ value);
}
Return to top