I have to track the previous parent node of node detached from the parent.
e.g
Grand Parent Level 1
-- Parent level 2
------ Child Level 3
If I drag and drop the child node on the same level as that of Grand Parent. I am unable to track the previous parent i.e Parent Node.
I am capturing the event Node Moved
and trying to get the node e.node.parent but it is set to nothing.