Constructor. Initializes a new instance of the C1GridViewPageEventArgs class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1GridViewPageEventArgs(
	int newPageIndex
)
Visual Basic
Public Sub New ( _
	newPageIndex As Integer _
)

Parameters

newPageIndex
Type: System..::..Int32
The index of the new page.

See Also