If I have 2 shapes, with ports, and I disconnect a line connecting the shapes, the UpdateActions event args are line this.
e.Actions[0] = the line
e.Action[1] = the start shape
e.Action[2] = the end shape
What I need to know is which port the line was connected to.