Occurs when the Print command has completed.
Visual Basic |
---|
Public Event OnMainPrintFinish() |
When the user clicks on the menu or toolbar button "Print", it will first generate the
"OnMainPrintStart" event, displays the print job dialog, then generate the
"OnMainPrintFinish" event when the print dialog closes. Typically, the print process will
complete after Prizm Viewer has generated the "OnMainPrintFinish" event.
"OnMainPrintStart" event, displays the print job dialog, then generate the
"OnMainPrintFinish" event when the print dialog closes. Typically, the print process will
complete after Prizm Viewer has generated the "OnMainPrintFinish" event.