Occurs when content must be printed.

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

Syntax

Visual Basic (Declaration)
Public Event PrintContent As PrintProviderEventHandler
C#
public event PrintProviderEventHandler PrintContent
Visual C++
public:
 event PrintProviderEventHandler^ PrintContent {
	void add (PrintProviderEventHandler^ value);
	void remove (PrintProviderEventHandler^ value);
}
JavaScript
function add_printContent(value);
function remove_printContent(value);

See Also