TreeListRowDragEvent
Represents the object of the TreeList row Drag and Drop event.
Name | Type | Default | Description |
---|---|---|---|
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. | |
nativeEvent |
| A native DOM event. | |
target |
| An event target. |