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

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

Inheritance Hierarchy

See Also