PrintComplete Event


Top  Previous  Next


Occurs when the entire data is sent to the printer spooler without any errors.


Syntax

object.PrintComplete(FileName)

Where object evaluates to a Raw Data Printer object.


The PrintComplete method has these arguments:


PartDescription  


FileNameString expression specifying the file name which has been printed successfully.  
 


Remarks

If an error occurs while sending the data to the printer spooler, this event will not trigger. Instead, the Error event is triggered.