Hi, Thank you for the quick response! What would be the correct event to set these connections? Maybe
Private Sub Diagram1_NodeCollectionChanged(ByVal e As CollectionExEventArgs) ?
I tried the following, but this event is not kicking in.
Private Sub Form1_VertexChanged(ByVal vertexChange As VertexChangedEventArgs)
And additionally, how can I get the current Connector + source Node + Target Node to set this connection? Rather than Node and Connectors generated by code, my situation applies for a user drawing these Nodes and Connectors
Thanks in advance