Initializes a new instance of the class.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	args As CellEventArgs, _
	cellbounds As Rectangle, _
	cellpaddingbounds As Rectangle, _
	celllayout As CellLayout _
)
C#
public PrintCellEventArgs(
	CellEventArgs args,
	Rectangle cellbounds,
	Rectangle cellpaddingbounds,
	CellLayout celllayout
)
Visual C++
public:
PrintCellEventArgs(
	CellEventArgs^ args, 
	Rectangle cellbounds, 
	Rectangle cellpaddingbounds, 
	CellLayout^ celllayout
)
JavaScript
Greatis.PrintSuite.Providers.PrintCellEventArgs = function(args, cellbounds, cellpaddingbounds, celllayout);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.CellEventArgs
Instance of the inherited arguments class.
cellbounds
Type: System.Drawing..::.Rectangle
Cell bounds rectangle.
cellpaddingbounds
Type: System.Drawing..::.Rectangle
Cell padding bounds rectangle.
celllayout
Type: Greatis.PrintSuite.Providers..::.CellLayout
Cell layout.

See Also