private void diagram_NodeModified(object sender, NodeEventArgs e) { e.Node.ReassignAnchorPoints(); diagram.RouteAllLinks(); }