Class PageChangingEventArgs
Inheritance
System.Object
    PageChangingEventArgs
  Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public class PageChangingEventArgs : CancelEventArgs
  Constructors
PageChangingEventArgs()
Declaration
public PageChangingEventArgs()
  Properties
NewPageIndex
Gets or sets the new page index for which the page is being navigated to.
Declaration
public int NewPageIndex { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The new page index for which the page is being navigated to.  |