Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • 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

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

    Check the example on JSFiddle.

    See also

    printstart
    print