Provides data for the cell print events of grid print providers.

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

Syntax

Visual Basic (Declaration)
Public Class PrintCellEventArgs _
	Inherits CellEventArgs
C#
public class PrintCellEventArgs : CellEventArgs
Visual C++
public ref class PrintCellEventArgs : public CellEventArgs
JavaScript
Greatis.PrintSuite.Providers.PrintCellEventArgs = function();

Type.createClass(
	'Greatis.PrintSuite.Providers.PrintCellEventArgs',
	Greatis.PrintSuite.Providers.CellEventArgs);

Inheritance Hierarchy

See Also