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

printstart

[starting from version: 2.3]

It is triggered when the OS print manager is opened to start printing. To track when the printing process ends, use printcomplete.

Example

pivot.on('printstart', function () {
alert('Printing started!');
});

Open the example on JSFiddle.

See also

printcomplete
print