Class
PageChangingEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

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