Occurs after document was printed.

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

Syntax

Visual Basic (Declaration)
Public Event EndPrintDocument As PrintNotificationEventHandler
C#
public event PrintNotificationEventHandler EndPrintDocument
Visual C++
public:
 event PrintNotificationEventHandler^ EndPrintDocument {
	void add (PrintNotificationEventHandler^ value);
	void remove (PrintNotificationEventHandler^ value);
}
JavaScript
function add_endPrintDocument(value);
function remove_endPrintDocument(value);

See Also