L
lostwings
I have read the reference for Visio 2003 SDK, and found out that there is not
a simple way to capture the ShapeDeleted Event for a visio.Page or
visio.Document object.
The only way in the SDK document is to define a EventSink class which
implements IVisEventProc.VisEventProc interface, and passes an instance of
that class to the EventLists.AddAdvice() method to sink the ShapeDeleted
event.
I really don't want to make life that complex, so my question is if there
is a way to capture the shapedeleted event efficiently? Any help would be
greatly appreciated.
a simple way to capture the ShapeDeleted Event for a visio.Page or
visio.Document object.
The only way in the SDK document is to define a EventSink class which
implements IVisEventProc.VisEventProc interface, and passes an instance of
that class to the EventLists.AddAdvice() method to sink the ShapeDeleted
event.
I really don't want to make life that complex, so my question is if there
is a way to capture the shapedeleted event efficiently? Any help would be
greatly appreciated.