menu

UWP

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

    Show / Hide Table of Contents

    Class PageChangingEventArgs

    Provides data for page changing event.

    Inheritance
    System.Object
    PageChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.PivotShared
    Assembly: Syncfusion.SfPivotShared.UWP.dll
    Syntax
    public class PageChangingEventArgs : CancelEventArgs

    Constructors

    PageChangingEventArgs()

    Declaration
    public PageChangingEventArgs()

    Properties

    NewPageIndex

    Gets or sets the index of the page.

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

    Extension Methods

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