Hi,
I am trying to use the DocumentChanged event handler to record what type of change has happened to the model. However, the types of change that DocumentChanged events reports are only limited to "Added", "Modified", and "Deleted". My goal is to know what has happened when the "Modified" event happens. For instance, when a wall is modified, I want to know whether it was dragged or split or realigned or etc.
Thank you for your help.