fires after a new condition for cells was set
row | number | the ID of the row |
column | number | the ID of the column |
oldCondition | array | the old condition for cells |
newCondition | array | the new condition for cells |
page | string | the name of the sheet |
$$("spsheet1").attachEvent("onAfterConditionSet",function(row,col,oCond,nCond,page){
// handler code here
});