Event for node positioning

Hello!

Tell me, please, what is the most appropriate event for GoIconicNode location changed?

Using GoView.Document.Changed is very inconvenient because it happens in many other situations.
I want to catch user’s move of node and update coordinates of this node in my database at the moment.

For a good example, look at how ProtoApp handles evt.SubHint of GoObject.ChangedBounds in ProtoApp.

I don’t see what’s inconvenient about this. It’s a single mechanism for catching all Document changes.

Hello nwood may i know the reason which makes you inconvenience in that…