Class PageChangingEventArgs
Provides data for notifications when the page index is changing.
Inheritance
System.Object
PageChangingEventArgs
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public sealed 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. |