Provides data for the cell 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 CellEventArgs _
	Inherits PrintContentEventArgs
C#
public class CellEventArgs : PrintContentEventArgs
Visual C++
public ref class CellEventArgs : public PrintContentEventArgs
JavaScript
Greatis.PrintSuite.Providers.CellEventArgs = function();

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

Inheritance Hierarchy

See Also