[starting from version: 2.3]
It is triggered when the export starts. To track when the export process is complete and the file is ready to be saved, use exportcomplete.
pivot.on('exportstart', function () {
alert('Exporting started!');
});
Try the example on JSFiddle.