Occurs after content has finished printing.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: 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); |