GraphUpdatedEventArgs::RemovedNodes Property

 

The Nodes removed from the Graph.Nodes set during the transaction.

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

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