JobEvent Event

Summary
Provides the listening application with print job information for each print job received by the Virtual Printer.
Syntax
C#
VB
C++
public event EventHandler<JobEventArgs> JobEvent 
  
Public Event JobEvent As EventHandler(Of JobEventArgs) 
public: 
event EventHandler<JobEventArgs^>^ JobEvent 
Event Data

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.

PropertyDescription
JobEventState Gets the current job state.
JobID Gets the current job id.
PrinterName Gets the name of the printer that generated the event.
Remarks

The event handler receives an argument indicating if the specified job was started or ended as well as other print job information.

Example

Refer to Specifications example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.