Class PageIndexChangingEventArgs
Provides data for a page index changing event.
Inheritance
System.Object
PageIndexChangingEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PageIndexChangingEventArgs : CancelEventArgs
Constructors
PageIndexChangingEventArgs(Int32, Int32)
Initializes a new instance of the PageIndexChangingEventArgs class.
Declaration
public PageIndexChangingEventArgs(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. |