menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageChangedEventArgs

    Class which contains the arguments for event.

    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 class.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved