Class
PageIndexChangedEventArgs

Provides data for a page index changed event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class PageIndexChangedEventArgs : EventArgs

Inheritance: objectEventArgsPageIndexChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

PageIndexChangedEventArgs(int, int)

Initializes a new instance of the PageIndexChangedEventArgs class.

Declaration

cs-api-definition
public PageIndexChangedEventArgs(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.