Occurs before page printing.

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

Syntax

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

See Also