Class PageChangedEventArgs
Class which contains the arguments for
Inheritance
System.Object
PageChangedEventArgs
Namespace: Syncfusion.Maui.DataGrid.DataPager
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class PageChangedEventArgs : EventArgs
Constructors
PageChangedEventArgs()
Initializes a new instance of the
Declaration
public PageChangedEventArgs()
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. |