J
John
Problem: Which VBA event to use for equivalent of AfterShapeDelete
Visio 2007 SP2
Windows XP SP3
Since there is no AfterShapeDelete event, I tried the ShapeChanged event for
App assuming an event would occur when I interactively deleted a shape. App
ShapeChanged was entered upon adding a shape. However, upon interactively
deleting the same shape, App ShapeChanged was not entered since my
Debug.Print "vsoApp_ShapeChanged" did not print. Did I do something wrong or
is there another event I should be using? Thanks in advance.
Visio 2007 SP2
Windows XP SP3
Since there is no AfterShapeDelete event, I tried the ShapeChanged event for
App assuming an event would occur when I interactively deleted a shape. App
ShapeChanged was entered upon adding a shape. However, upon interactively
deleting the same shape, App ShapeChanged was not entered since my
Debug.Print "vsoApp_ShapeChanged" did not print. Did I do something wrong or
is there another event I should be using? Thanks in advance.