Remove
eventsFires when the user clicks the Destroy command button. The event handler function context (available through the this keyword) will be set to the widget instance.
Event Data
e.model kendo.data.TreeListModel
The data item to which the table row is bound.
e.row jQuery
The jQuery object which represents the current table row.
e.sender kendo.ui.TreeList
The widget instance which fired the event.
e.preventDefault Function
If invoked, prevents the removal of the data item. The table rows will remain unchanged.