menu

WinUI

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

    Show / Hide Table of Contents

    Class PageChangingEventArgs

    Provides data for the PageChanging event.

    Inheritance
    System.Object
    PageChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Data
    Assembly: Syncfusion.Data.WinUI.dll
    Syntax
    public class PageChangingEventArgs : CancelEventArgs

    Constructors

    PageChangingEventArgs()

    Declaration
    public PageChangingEventArgs()

    Properties

    NewPageIndex

    Gets or sets the new page index for which the page is being navigated to.

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

    The new page index for which the page is being navigated to.

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