Class
RadPageViewIndexChangingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewIndexChangingEventArgs : RadPageViewCancelEventArgs

Inheritance: objectEventArgsRadPageViewEventArgsRadPageViewCancelEventArgsRadPageViewIndexChangingEventArgs

Inherited Members RadPageViewCancelEventArgs.CancelRadPageViewEventArgs.PageEventArgs.Empty

Constructors

RadPageViewIndexChangingEventArgs(RadPageViewPage, int, int)

Declaration

cs-api-definition
public RadPageViewIndexChangingEventArgs(RadPageViewPage page, int newIndex, int currentIndex)

Parameters

page

RadPageViewPage

newIndex

int

currentIndex

int

Properties

CurrentIndex

Gets the index the page is currently at.

Declaration

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

Property Value

int

NewIndex

Gets or sets the new index to be applied to the associated page.

Declaration

cs-api-definition
public int NewIndex { get; set; }

Property Value

int