Method CanDropNodeOnNode
CanDropNodeOnNode(TreeNode, TreeNode)
When implemented by a class, determines whether specified node can be dragged to another one.
bool CanDropNodeOnNode(TreeNode draggedNode, TreeNode nodeToDropOn)
Parameters
Returns
- bool
True if the content of the nodeToDropOn can be a parent of the draggedNode content.