New to Kendo UI for Angular? Start a free 30-day trial
TreeItemAddRemoveArgs
Updated on Oct 30, 2025
Provides information for TreeView drag-and-drop addItem
and removeItem events.
| Name | Type | Default | Description | 
|---|---|---|---|
| destinationItem | 
 | Lookup information for the item onto which the dragged item is dropped. | |
| destinationTree | 
 | Reference to the TreeView onto which the dragged item is dropped. | |
| dropPosition | 
 | Represents the drop position relative to the target item. | |
| sourceItem | 
 | Lookup information for the dragged item. | |
| sourceTree | 
 | Reference to the TreeView from which the dragged item originates. |