Class PageChangedEventArgs
Provides information about the PageChanged event.
Inherited Members
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class PageChangedEventArgs
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 |
|---|---|
| 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. |