Initializes a new instance of the class using another instance.

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 _
)
C#
public CellLayoutEventArgs(
	CellEventArgs args
)
Visual C++
public:
CellLayoutEventArgs(
	CellEventArgs^ args
)
JavaScript
Greatis.PrintSuite.Providers.CellLayoutEventArgs = function(args);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.CellEventArgs
Another argument instance.

See Also