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 |