[starting from version: 2.3]
It is triggered after the export process has finished. To track when the export process starts use exportstart
.
flexmonster.on('exportcomplete', function () { alert('Exporting completed!'); });
Check out the example on JSFiddle.