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

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

Inheritance Hierarchy

See Also