EditService
Interface
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.
Definition
Package:@progress/kendo-angular-treeview
Properties
add
(args: TreeItemAddRemoveArgs) => void
Called when an item is added via drag-and-drop. Represents the event handler of the addItem event.
Parameters:argsTreeItemAddRemoveArgs
remove
(args: TreeItemAddRemoveArgs) => void
Called when an item is removed via drag-and-drop. Represents the event handler of the removeItem event.
Parameters:argsTreeItemAddRemoveArgs