New to Kendo UI for Vue? Start a free 30-day trial
TreeListRowDragEvent
Updated on Oct 31, 2025
Represents the object of the TreeList row Drag and Drop event.
| Name | Type | Default | Description | 
|---|---|---|---|
component | 
 | 
 An event target.  | |
dragged | 
 | 
 The level of the dragged row. The level represents an array of indexes of each parent and current item in the data tree.  | |
draggedItem | 
 | 
 The data item which corresponds to the dragged row.  | |
draggedOver | 
 | 
 The level of the draggedOver row. The level represents an array of indexes of each parent and current item in the data tree.  | |
event | 
 | 
 A native DOM event.  |