[starting from version: 2.3]
It is triggered when the export is complete. To track when the export process starts, use exportstart.
pivot.on('exportcomplete', function () { alert('Exporting completed!');});
Check out the example on JSFiddle.
exportstartexportTo
In this guide