Event Listener for Shape Handler

Started by edNLW, January 24, 2018, 06:09:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

edNLW

Hello everyone,

I'd like to know if there's a way to listen for Shape Handler changes as they happen on the Visio drawing. I know there is no ShapeResize event listener on the Visio API, and listening for CellChanged in cells like PinX and PinY only fire the listener after I'm done changing those values with the shape handler.

Is there any event listener on shape, cell, or document that would fire an event as the shape is being changed and dragged around? Instead of only one event dispatch, have multiple events dispatched as long as the drag handle event is happening.

Thank you for your input.