[starting from version: 2.3]
It is triggered when the OS print manager is closed. It indicates that printing was either complete or canceled. To track when the printing process starts, use printstart.
pivot.on('printcomplete', function () {
alert('Printing completed!');
});
Check the example on JSFiddle.