Occurs before document printing.

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

Syntax

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

See Also