change

fires on a change in Pivot

void change(){ ... };

Example

pivot.events.on("Change",function(){
    // your code here
});

Related samples

Back to top