Occurs before new content printing.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  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);

See Also