menu

UWP

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

    Show / Hide Table of Contents

    Class PageIndexChangingEventArgs

    Inheritance
    System.Object
    PageIndexChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.DataPager
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class PageIndexChangingEventArgs : CancelEventArgs

    Constructors

    PageIndexChangingEventArgs()

    Declaration
    public PageIndexChangingEventArgs()

    Properties

    NewPageIndex

    Declaration
    public int NewPageIndex { get; set; }
    Property Value
    Type
    System.Int32

    OldPageIndex

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved