Class RadPageViewIndexChangingEventArgs
Inheritance
System.Object
System.EventArgs
RadPageViewIndexChangingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPageViewIndexChangingEventArgs : RadPageViewCancelEventArgs
Constructors
RadPageViewIndexChangingEventArgs(RadPageViewPage, Int32, Int32)
Declaration
public RadPageViewIndexChangingEventArgs(RadPageViewPage page, int newIndex, int currentIndex)
Parameters
RadPageViewPage
page
|
System.Int32
newIndex
|
System.Int32
currentIndex
|
Properties
CurrentIndex
Gets the index the page is currently at.
Declaration
public int CurrentIndex { get; }
Property Value
System.Int32
|
NewIndex
Gets or sets the new index to be applied to the associated page.
Declaration
public int NewIndex { get; set; }
Property Value
System.Int32
|