Occurs after page was printed.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event EndPrintPage As PrintNotificationEventHandler |
C# |
---|
public event PrintNotificationEventHandler EndPrintPage |
Visual C++ |
---|
public: event PrintNotificationEventHandler^ EndPrintPage { void add (PrintNotificationEventHandler^ value); void remove (PrintNotificationEventHandler^ value); } |
JavaScript |
---|
function add_endPrintPage(value); function remove_endPrintPage(value); |