How to ceate new PowerPointAppEvents like PowerPointAppEvents1.AfterShapeMove

Add-in Express™ Support Service
That's what is more important than anything else

How to ceate new PowerPointAppEvents like PowerPointAppEvents1.AfterShapeMove
 
Forrest




Posts: 10
Joined: 2016-09-11
I find PowerPointAppEvents has the event of AfterShapeResize.
But I need the event like AfterShapeMove.
In the slide I wanna one shape move according with another shape.

Please show some sample codes.
enjoy life
Posted 21 Mar, 2017 02:59:39 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Forrest,

Unfortunately, the PowerPoint Object Model does not provide such an event for developers. I have just created a small test project and see that only the CommandBarsUpdate event is fired after moving a shape. Probably you can use this event somehow.
Posted 21 Mar, 2017 07:13:42 Top