Provides data for the PageChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridPageChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsVirtualGridPageChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridPageChangingEventArgs class.
C#
public VirtualGridPageChangingEventArgs(int oldIndex, int newIndex, VirtualGridViewInfo viewInfo)
The old index.
newIndexintThe new index.
viewInfoVirtualGridViewInfoThe view info.