Class PageIndexChangedEventArgs
Class which contains the arguments for PageIndexChanged event.
Inheritance
System.Object
PageIndexChangedEventArgs
Namespace: Syncfusion.SfDataGrid.XForms.DataPager
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class PageIndexChangedEventArgs : EventArgs
Constructors
PageIndexChangedEventArgs()
Initializes a new instance of the PageIndexChangedEventArgs class.
Declaration
public PageIndexChangedEventArgs()
Properties
NewPageIndex
Gets the new page index to which the page is navigated.
Declaration
public int NewPageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The new page index to which the page is navigated. |
OldPageIndex
Gets the current page index from which the page is navigated.
Declaration
public int OldPageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The current page index from which the page is navigated. |