GraphUpdatedEventArgs.RemovedNodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Nodes removed from the Graph.Nodes set during the transaction
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ RemovedNodes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> RemovedNodes { get; }
member this.RemovedNodes : seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public ReadOnly Property RemovedNodes As IEnumerable(Of GraphNode)