onStyleSet

fires when a new style is set for a cell

void onStyleSet(string name,string value);
namestringthe style name
valuestringthe cell value

Example

$$("ssheet").attachEvent("onStyleSet",function(name, value){
    // your code here
});

Back to top
If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of web based spreadsheet product.