onAfterStatusChange

fires after an item has been dropped into the list with a different status

void onAfterStatusChange(string itemId,string status,object list);
itemIdstringthe item id
statusstringa new item status
listobjectthe list object where the event has happened

Example

$$("myBoard").attachEvent("onAfterStatusChange", function(itemId,status,list){
    // your code
});

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui library and page of buy kanban board product.