I have a treeview control on my project. I am wondering how can I drag and drop a node into another node to copy or move their properties or data. For instance; copy or move data of child1_of_root to child2_of_root using drag or drop event.

Do you have any suggestion?