alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PageChangingEventArgs

    Provides information about the PageChanging event.

    Inheritance
    object
    PageChangingEventArgs
    GridPageChangingEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PageChangingEventArgs
    Remarks

    You can cancel the page changing action by setting a property in the event handler.

    Constructors

    PageChangingEventArgs()

    Declaration
    public PageChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value that indicates whether to cancel the page changing action of the pager.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true, if the event should be canceled. Otherwise, false.

    CurrentPage

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

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

    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
    int

    The page number of the previous page.

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