Hi,
Dragging a dependency/predecessor to another task seems to fire actionComplete every time you hover over another task.
This happens before the mouse click is released but is there any event fired when a successful dependency is made via drag and drop? ie i don't want to persist the predecessor in my DB unless the link was a success.
I can see there is an args.predecessorValidation which is true if the link is valid but as the actionComplete is firing multiple times on hover and not on mouse release i have no way of only saving the link when the user makes a successful link.
What is the correct event to use to save a valid predecessor link?
Thank you