Class PageIndexChangingEventArgs
Class which contains the arguments for PageIndexChanging event.
Inherited Members
Namespace: Syncfusion.SfDataGrid.XForms.DataPager
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class PageIndexChangingEventArgs : CancelEventArgs
Constructors
PageIndexChangingEventArgs()
Initializes a new instance of the PageIndexChangingEventArgs class.
Declaration
public PageIndexChangingEventArgs()
Properties
NewPageIndex
Gets or sets the new page index to which the page is navigating.
Declaration
public int NewPageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The new page index to which the page is navigating. |
OldPageIndex
Gets the current page index from which the page is navigating.
Declaration
public int OldPageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The current page index from which the page is navigating. |