GraphUpdatedEventArgs.RemovedNodes Property

Definition

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)

Property Value

Applies to