Class PageIndexChangedEventArgs
Provides data for PageIndexChanged event.
Inheritance
System.Object
PageIndexChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.DataPager
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class PageIndexChangedEventArgs : EventArgs
Constructors
PageIndexChangedEventArgs()
Declaration
public PageIndexChangedEventArgs()
Properties
NewPageIndex
Gets the current PageIndex once navigated to the new page.
Declaration
public int NewPageIndex { get; }
Property Value
Type |
---|
System.Int32 |
OldPageIndex
Gets the previous PageIndex once navigated to the new page.
Declaration
public int OldPageIndex { get; }
Property Value
Type |
---|
System.Int32 |