change

fires on a change in Pivot

void change();

Example

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

Details

Related sample:  Pivot. Events

Back to top