dynamic connector

F

Florin Capra

Hello,

I my application I use custom shapes that are connected with dynamic
connectors and I want to implement this behaviour : I want to move the
connector between the other shapes (to connect in other ways), and in
this case I need to fire an event - to modify some custom properties. It
is possible to do that (fire the event) ? If is possible please give a
little example.

Many thanks for your helps !

Regards,
 
D

David Parker

You will need to listen to the ConnectionsAdded and ConnectionsDeleted
events.
These events can be for an Application or Page object.
There are examples in the Visio SDK
 
Top