Initializes a new instance of the class from another instance.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	args As PrintNotificationEventArgs _
)
C#
public PrintNotificationEventArgs(
	PrintNotificationEventArgs args
)
Visual C++
public:
PrintNotificationEventArgs(
	PrintNotificationEventArgs^ args
)
JavaScript
Greatis.PrintSuite.PrintNotificationEventArgs = function(args);

Parameters

args
Type: Greatis.PrintSuite..::.PrintNotificationEventArgs
Another instance of the class.

See Also