onAfterCollapse

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

void onAfterCollapse(string| number id);
idstring| numberID панели, которая была свернута

Example

some.attachEvent("onAfterCollapse", function(id){
    //ваш код
});

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