Hello guys,
Please can somebody give me a good advice here?
Suppose we have a Visio add-in that renames shapes. When we run this add-in (e.g. by clicking some custom button), it renames some shape on the current page. Now suppose that we also have another "3-rd party" add-in (or a custom, user-defined, VBA code in a stencil or in the diagram) that listens to "shape renamed" (TextEdit) event. This event is not fired if shape text is changed programmatically; this means other add-ins (or user VBA code) will not get notification about shape text change. How do I fire (or, better, force Visio to fire) a "TextEdit" event so these 3-rd party add-ins or 3-rd party VBA code will be "aware" of this change?
Actually "TextChange" event is just an example here; I'm also interested in a "generic" case.
Thanks, Nikolay.