We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
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