menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class PageIndexChangedEventArgs

    Class which contains the arguments for PageIndexChanged Event.

    Inheritance
    System.Object
    PageIndexChangedEventArgs
    Namespace: Syncfusion.SfDataGrid.DataPager
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class PageIndexChangedEventArgs : EventArgs

    Constructors

    PageIndexChangedEventArgs()

    Initializes a new instance of the PageIndexChangedEventArgs class.

    Declaration
    public PageIndexChangedEventArgs()

    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