GraphPathSerializationDictionary::CommonPathsAdded Event

 

This event can be used to insert custom common paths after AddCommonPaths is called.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
event EventHandler^ CommonPathsAdded {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: