Provides data for the notification events of print providers.

Namespace:  Greatis.PrintSuite
Assembly:  Greatis.PrintSuite (in Greatis.PrintSuite.dll)

Syntax

Visual Basic (Declaration)
Public Class PrintNotificationEventArgs _
	Inherits EventArgs
C#
public class PrintNotificationEventArgs : EventArgs
Visual C++
public ref class PrintNotificationEventArgs : public EventArgs
JavaScript
Greatis.PrintSuite.PrintNotificationEventArgs = function();

Type.createClass(
	'Greatis.PrintSuite.PrintNotificationEventArgs',
	EventArgs);

Inheritance Hierarchy

See Also