New to Kendo UI for Angular? Start a free 30-day trial
EditService
Updated on Feb 5, 2026
Specifies the handlers called on drag-and-drop addItem and removeItem events.
Implement this interface to handle the addition and removal of items during drag-and-drop operations in the TreeView.
| Name | Type | Default | Description |
|---|---|---|---|
add |
|
Called when an item is added via drag-and-drop. Represents the event handler of the addItem event. | |
remove |
|
Called when an item is removed via drag-and-drop. Represents the event handler of the removeItem event. |