FlavoredProjectBase::SccStatusChanged Event

 

Called after the source code control status of a file in this project changed.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  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
Show: