GraphUpdatedEventArgs.ChangedNodes 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.
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)