Occurs after row printing.

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

Syntax

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

See Also