[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.
pivot.on('printstart', function () {
alert('Printing started!');
});
Open the example on JSFiddle.