|
|
Occurs when a PrintJob is written whilst in the queue of the printer being monitored.
[Visual Basic] Public Event JobWritten As EventHandler [C#] public event EventHandler JobWritten; [C++] public: __event EventHandler* JobWritten;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
The event handler receives an argument of type PrintJobEventArgs.
For more information about handling events, see
Platforms: Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
Assembly: PrinterQueueWatch (in PrinterQueueWatch.dll)
© 2003 Merrion Computing Ltd. All rights reserved.