New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnItemDropped

This event is fired when a TreeListDataItem has been dropped after dragging.

Fired by RadTreeList
Arguments set_destinationHtmlElement() - sets the destination HTML element
get_draggedItems() - a collection of the dragged TreeListDataItems
get_isOverHeaderItem() - bool indicating whether the dragged item is over the header item
get_targetDataItem() - gets the target TreeListDataItem
Can be canceled No

See Also

In this article