endDropFromOutside(args);
args. Event arguments.
The endDropFromOutside method initiates event of dragging node from external tree with specified arguments.
Actual dragging is not executed.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Create object with arguments args = { Action: "InsertAfter", Cancel: false, Canceled: false, Index: 19, Nodes: {0: 108000, length: 1}, ParentNode: "" }; // Initialize event of dragging from external tree Tree.endDropFromOutside(args);
After executing the example the event of dragging a node from external tree is initiated.
See also: