# ChangedSubgraphNodes

> The subgraph nodes that were added or modified in this change event.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public IReadOnlyList<ChangedSubgraphNode> ChangedSubgraphNodes { get; }
```

### Remarks

Each entry's [ChangedSubgraphNode.ChangeKinds](/engine/6000.7/script-reference/unity/graphtoolkit/editor/changedsubgraphnode/changekinds.md) indicates the kind of change (e.g. `"Added"`, or one of the graph's standard change categories). Removed subgraph nodes are not reported.
