I have defined onbeforeprint
and I modify my html code and now once I finish printing that is on select of print button I want the onafterprint
to
onbeforeprint
fired before dialog appears and allows one to change html and so on.
onafterprint
is fired just before dialog appears. It is not even possible to know, whether document was actually printed or user canceled it. Needless to say about when printing finished (if started at all).
Again: no event is available to track anything happened in print dialog, i.e. answer to your question is no.
Moreover, I hope what your need will never be implemented, cause this allows to frustrate user. He/she asks to print one document, but got something different.