ClassPageChangingEventArgs
Class
Provides data for notifications when the page index is changing.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public sealed class PageChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsPageChangingEventArgs
Inherited Members
Constructors
PageChangingEventArgs(int)
Initializes a new instance of the PageChangingEventArgs class.
Declaration
cs-api-definition
public PageChangingEventArgs(int newPageIndex)
Parameters
newPageIndex
The index of the requested page.
Properties
NewPageIndex
Gets the index of the requested page.
Declaration
cs-api-definition
public int NewPageIndex { get; }
Property Value
The index of the requested page.