Class VirtualGridPageChangingEventArgs
Provides data for the PageChanging event.
Inheritance
System.Object
VirtualGridPageChangingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridPageChangingEventArgs : CancelEventArgs
Constructors
VirtualGridPageChangingEventArgs(Int32, Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridPageChangingEventArgs class.
Declaration
public VirtualGridPageChangingEventArgs(int oldIndex, int newIndex, VirtualGridViewInfo viewInfo)
Parameters
System.Int32
oldIndex
The old index. |
System.Int32
newIndex
The new index. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
NewIndex
Gets the new паге index.
Declaration
public int NewIndex { get; }
Property Value
System.Int32
|
OldIndex
Gets the old паге index.
Declaration
public int OldIndex { get; }
Property Value
System.Int32
|
ViewInfo
Gets the view info.
Declaration
public VirtualGridViewInfo ViewInfo { get; }
Property Value
VirtualGridViewInfo
|