Occurs when cell must be printed.

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

Syntax

Visual Basic (Declaration)
Public Event PrintCell As PrintCellEventHandler
C#
public event PrintCellEventHandler PrintCell
Visual C++
public:
 event PrintCellEventHandler^ PrintCell {
	void add (PrintCellEventHandler^ value);
	void remove (PrintCellEventHandler^ value);
}
JavaScript
function add_printCell(value);
function remove_printCell(value);

See Also