Occurs before row printing.

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

Syntax

Visual Basic (Declaration)
Public Event BeginPrintRow As CellEventHandler
C#
public event CellEventHandler BeginPrintRow
Visual C++
public:
 event CellEventHandler^ BeginPrintRow {
	void add (CellEventHandler^ value);
	void remove (CellEventHandler^ value);
}
JavaScript
function add_beginPrintRow(value);
function remove_beginPrintRow(value);

See Also