File save event

Hi guys,

is there an event that fires when a grasshopper file is saved?
I’d like to append some data chunks to grasshopper files every time they are saved to disk…

Thanks :slight_smile:

In fact, is there a list of all the events Grasshopper provides?
It’s sometimes a little hard to search through the SDK if you don’t even know the name of the specific event you are looking for…

There is no event for that. But each component has its Write() method called during serialisation, so that’s where you’d add all the data you want to include.