IPrinterQueueViewEvent interface (printerextension.h)

Provides the signature of the event handler.

Inheritance

The IPrinterQueueViewEvent interface inherits from the IDispatch interface.

Methods

The IPrinterQueueViewEvent interface has these methods.

 
IPrinterQueueViewEvent::OnChanged

Provides an IPrintJobCollection object that provides a snapshot of a range of print jobs in the queue.

Remarks

IPrinterQueueViewEvent also helps to make it possible to perform job management from a UWP device app or from a printer extension. For more information, see Job Management.

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Target Platform Windows
Header printerextension.h

See also

Job Management