fires when the action has been cancelled by clicking the "Cancel" button in the filters popup
structure | object | the structure object with chosen "filters", "rows", "columns" and "values" |
$$("pivot1").attachEvent("onCancel",function(structure){
//your code
});