Class PageIndexChangedEventArgs
Provides data for a page index changed event.
Inheritance
System.Object
PageIndexChangedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PageIndexChangedEventArgs : EventArgs
Constructors
PageIndexChangedEventArgs(Int32, Int32)
Initializes a new instance of the PageIndexChangedEventArgs class.
Declaration
public PageIndexChangedEventArgs(int oldPageIndex, int newPageIndex)
Parameters
System.Int32
oldPageIndex
The old page index. |
System.Int32
newPageIndex
The new page index. |
Properties
NewPageIndex
Gets the new page index.
Declaration
public int NewPageIndex { get; }
Property Value
System.Int32
The new page index. |
OldPageIndex
Gets the old page index.
Declaration
public int OldPageIndex { get; }
Property Value
System.Int32
The old page index. |