This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, is it possible to raise PositionChanged for all the ConnectionPoints whenever new connectionPoints are added / removed from the node? |
|
|
Hello I have included a protected OnPositionChanged method in DiagramConnectionPointBase. Any custom connection point implementations you have will be able to call this method to raise the PositionChanged event. You could create a public or internal method on your connection point implmentation which calls the OnPositionChanged method. Then a node will be able to call your method on all its connection points whenever connection points are added or removed. This method will be in the next nightly builds. Let us know how it goes. -Jason |
|