GraphUpdatedEventArgs::ChangedLinks Property

 

Links that were previously present in Graph.Links that has data changed during the transaction.

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

public:
property IEnumerable<GraphLink^>^ ChangedLinks {
	IEnumerable<GraphLink^>^ get();
}
Return to top
Show: