Interface TreeViewDragAndDropManager.IDragAndDropListener
Represents properties and methods to support TreeView drag and drop operation.
public interface TreeViewDragAndDropManager.IDragAndDropListener
Methods
- CanDropNodeOnNode(TreeNode, TreeNode)
When implemented by a class, determines whether specified node can be dragged to another one.
- DropNodeOnNode(TreeNode, TreeNode)
When implemented by a class, drags specified node to the another one.