GraphUpdatedEventArgs::ChangedNodes Property

 

Nodes 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<GraphNode^>^ ChangedNodes {
	IEnumerable<GraphNode^>^ get();
}
Return to top
Show: