fires after an item is removed
id | string|number | the ID of the removed item |
view.data.attachEvent("onAfterDelete", function(id){
// some code here
});
In case of Tree and TreeTable - event will be called only for item which is deleted, and will not be called for its children