New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
NodeDrop
The NodeDrop is raised when a Node is dragged and dropped on non-child Node.
The event handler receives two parameters:
-
The instance of the orgchart firing the event
-
An event arguments parameter containing the following properties:
-
DestinationNode - the Node on which the dragged Node is dropped.
-
SourceNode - the dropped Node.
-