I'm wanting to have some code execute whenever the Articy project is saved. Is there a good callback for this? The closest I've seen is ProjectUnloading, but it's not exactly what I'm looking for.
Also, there's a method for TemplatePropertyChanged that has been useful, but I need one for non-template properties as well. I'd like some code to execute whenever the "Text" property of a dialogue fragment changes, but haven't found anything that will help me with that yet. Any suggestions?