menu

MAUI

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

    Show / Hide Table of Contents

    Class PageChangingEventArgs

    Class which contains the arguments for event.

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

    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.

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