All documentation

exportcomplete

[starting from version: 2.3]

It is triggered when the export is complete. To track when the export process starts, use exportstart.

Example

pivot.on('exportcomplete', function () {
alert('Exporting completed!');
});

Check out the example on JSFiddle.

See also

exportstart
exportTo