Class
PageChangingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

PageChangingEventArgs(int)

Initializes a new instance of the PageChangingEventArgs class.

Declaration

cs-api-definition
public PageChangingEventArgs(int newPageIndex)

Parameters

newPageIndex

int

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

int

The index of the requested page.