Class
PageIndexChangingEventArgs

Provides data for a page index changing event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class PageIndexChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPageIndexChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

PageIndexChangingEventArgs(int, int)

Initializes a new instance of the PageIndexChangingEventArgs class.

Declaration

cs-api-definition
public PageIndexChangingEventArgs(int oldPageIndex, int newPageIndex)

Parameters

oldPageIndex

int

The old page index.

newPageIndex

int

The new page index.

Properties

NewPageIndex

Gets the new page index.

Declaration

cs-api-definition
public int NewPageIndex { get; }

Property Value

int

The new page index.

OldPageIndex

Gets the old page index.

Declaration

cs-api-definition
public int OldPageIndex { get; }

Property Value

int

The old page index.