LocationChanged GoView?

Im quite new to GoDiagram and Im currently trying to find an event handler that triggers if a GoNode changed its location.

So when I drag a node from A to B it changed its location. MouseUp is not triggering if I click and drag a GoNode.

Any hints? Thanks in advance!

Consider the GoView.SelectionMoved event.

There should be no reason to implement handlers any of the low-level Control.Mouseā€¦ events. We have defined events for almost everything you would be likely to want, at a more abstract level that knows that there are different GoObjects visible in a GoView.