Share via


GraphUpdatedEventArgs.ChangedNodes Property

Definition

Nodes that had property or category changes (including the GroupNodes for any GraphGroup changes).

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ ChangedNodes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> ChangedNodes { get; }
member this.ChangedNodes : seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public ReadOnly Property ChangedNodes As IEnumerable(Of GraphNode)

Property Value

Applies to