Initializes a new instance of the PageChangingEventArgs class.
Namespace:
C1.DataAssembly: 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.