menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageIndexChangingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageIndexChangingEventArgs

    Class which contains the arguments for PageIndexChanging event.

    Inheritance
    System.Object
    CancelEventArgs
    PageIndexChangingEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    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.

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