Event
Runs when the dependency graph is updated. This is the case when properties change, new data gets added or changed and more. It generally runs whenever data in your file changes. In theory you can use this to catch events for when users add new data like objects but be aware that it will run in a lot more situations and you shouldn’t perform any intensive actions here if you don’t have to.
Settings
Before: Before the dependency graph is updated
After: After the dependency graph is updated

