Click or drag to resize
GridPrintPageEventArgs Constructor
Initializes a new GridPrintPageEventArgs object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public GridPrintPageEventArgs(
	int newCurrentPage
)

Parameters

newCurrentPage
Type: SystemInt32
The current page being printed.
See Also