Occurs after content has finished printing.

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

Syntax

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

See Also