onAfterAreaRemove

срабатывает после удаления области выбранных ячеек

void onAfterAreaRemove(string area_name);
area_namestringимя области

Example

$$('dtable').attachEvent("onAfterAreaRemove", function(area_name){
    // ваш обработчик
});

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix html5 library and page of excel javascript library product.