Occurs before new content printing.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event BeginPrintContent As PrintNotificationEventHandler |
C# |
---|
public event PrintNotificationEventHandler BeginPrintContent |
Visual C++ |
---|
public: event PrintNotificationEventHandler^ BeginPrintContent { void add (PrintNotificationEventHandler^ value); void remove (PrintNotificationEventHandler^ value); } |
JavaScript |
---|
function add_beginPrintContent(value); function remove_beginPrintContent(value); |