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 PrintCellEventArgs, _
	newcolspan As Integer, _
	newrowspan As Integer, _
	action As SpanChangeAction _
)
C#
public CellSpanChangedEventArgs(
	PrintCellEventArgs args,
	int newcolspan,
	int newrowspan,
	SpanChangeAction action
)
Visual C++
public:
CellSpanChangedEventArgs(
	PrintCellEventArgs^ args, 
	int newcolspan, 
	int newrowspan, 
	SpanChangeAction action
)
JavaScript
Greatis.PrintSuite.Providers.CellSpanChangedEventArgs = function(args, newcolspan, newrowspan, action);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.PrintCellEventArgs
Instance of the inherited arguments class.
newcolspan
Type: System..::.Int32
New column span value.
newrowspan
Type: System..::.Int32
New row span value.
action
Type: Greatis.PrintSuite.Providers..::.SpanChangeAction
Span change action.

See Also