I am pretty sure this doesn't exist, but I'm looking for an event that would fire while a shape is being modified.
There is some polling and other events I would like to make sure do not happen while the user is changing a shape. I want them to happen if the user just has the shape selected, though.
There are some examples I don't think I could do without some way to programmatically move a shape (other than .LoadEdits):
1) I have a "Dimension Line" which is a double arrow, and I draw text in the middle to represent the distance. While one of the end points is being moved, I'd like to continuously move the text box back to the new middle.
2) I'd like to enable "snapping"- as the user moves an end point and that point approaches another shape's geometry, the point could "snap" to the other geometry.
3) I would really like to show a pop-up image enlargement of the circle around the moving point above the point, so that the user can accurately position it even though his/her finger is in the way.
I realize the event alone won't allow those examples, but it progress toward getting there.
I went ahead and created my own request and explained here: https://www.syncfusion.com/feedback/33462/event-to-fire-whenever-a-node-is-moving-of-a-shape
Thank you.