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