Provides data for the print events of print providers.

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

Syntax

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

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

Inheritance Hierarchy

See Also