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