New to Telerik UI for WPFStart a free 30-day trial

Provides data for a page index changed event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class PageIndexChangedEventArgs : EventArgs

Inheritance: objectEventArgsPageIndexChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PageIndexChangedEventArgs class.

C#
public PageIndexChangedEventArgs(int oldPageIndex, int newPageIndex)
Parameters:oldPageIndexint

The old page index.

newPageIndexint

The new page index.

Properties

Gets the new page index.

C#
public int NewPageIndex { get; }
Property Value:

The new page index.

Gets the old page index.

C#
public int OldPageIndex { get; }
Property Value:

The old page index.