|
|
Occurs when the setup or properties of a printer being monitored changes
[Visual Basic] Public Event PrinterInformationChanged As EventHandler [C#] public event EventHandler PrinterInformationChanged; [C++] public: __event EventHandler* PrinterInformationChanged;
[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 PrinterEventArgs.
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.