Document modified event
I need an event handler that will intercept a modification on a property and update another property of the same document based on the new value. Is there a way to implement this? If I save the document the event is called again in an infinite loop. ...