# ChangedVariables

> The variables 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<ChangedVariable> ChangedVariables { get; }
```

### Remarks

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