Initializes a new instance of the PageChangingEventArgs class.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

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

Parameters

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

See Also