Class PageChangingEventArgs
Inheritance
System.Object
PageChangingEventArgs
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class PageChangingEventArgs : CancelEventArgs
Constructors
PageChangingEventArgs(Int32)
Initializes a new instance of the PageChangingEventArgs class.
Declaration
public PageChangingEventArgs(int newPageIndex)
Parameters
System.Int32
newPageIndex
The index of the requested page. |
Properties
NewPageIndex
Gets the index of the requested page.
Declaration
public int NewPageIndex { get; }
Property Value
System.Int32
The index of the requested page. |