[starting from version: 2.3]
It is triggered after the OS print manager was closed. It can be closed when the user clicks 'Print' or 'Cancel'. printcomplete
will be triggered in both cases. To track when the OS print manager was opened use printstart
.
flexmonster.on('printcomplete', function () { alert('Printing completed!'); });
Check the example on JSFiddle.