menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageChangedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageChangedEventArgs

    Provides information about the PageChanged event.

    Inheritance
    System.Object
    PageChangedEventArgs
    GridPageChangedEventArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PageChangedEventArgs : Object

    Constructors

    PageChangedEventArgs()

    Declaration
    public PageChangedEventArgs()

    Properties

    CurrentPage

    Gets the page number of the current page displayed on the Pager.

    Declaration
    public int CurrentPage { get; }
    Property Value
    Type Description
    System.Int32

    The page number of the current page.

    PreviousPage

    Gets the page number of the previous page displayed on the pager.

    Declaration
    public int PreviousPage { get; }
    Property Value
    Type Description
    System.Int32

    The page number of the previous page.

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