Provides the listening application with print job information for each print job received by the Virtual Printer.
The event handler receives an argument of type JobEventArgs containing data related to this event. The following JobEventArgs properties provide information specific to this event.
Property | Description |
---|---|
JobEventState | Gets the current job state. |
JobID | Gets the current job id. |
PrinterName | Gets the name of the printer that generated the event. |
The event handler receives an argument indicating if the specified job was started or ended as well as other print job information.