☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

printcomplete

[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.

Example

pivot.on('printcomplete', function () {
alert('Printing completed!');
});

Check the example on JSFiddle.

See also

printstart
print