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

Provides data for notifications when the page index is changing.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

C#
public sealed class PageChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPageChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the PageChangingEventArgs class.

C#
public PageChangingEventArgs(int newPageIndex)
Parameters:newPageIndexint

The index of the requested page.

Properties

Gets the index of the requested page.

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

The index of the requested page.