FlavoredProject::SccStatusChanged Event

 

Raised after the source code control status of an item in the project has changed.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
event FlavoredProject::EventHandler<ProjectDocumentsChangeEventArgs^>^ SccStatusChanged {
	void add(FlavoredProject::EventHandler<ProjectDocumentsChangeEventArgs^>^ value);
	void remove(FlavoredProject::EventHandler<ProjectDocumentsChangeEventArgs^>^ value);
}
Return to top
Show: