Class
VirtualGridPageChangingEventArgs

Provides data for the PageChanging event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridPageChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsVirtualGridPageChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

VirtualGridPageChangingEventArgs(int, int, VirtualGridViewInfo)

Initializes a new instance of the VirtualGridPageChangingEventArgs class.

Declaration

cs-api-definition
public VirtualGridPageChangingEventArgs(int oldIndex, int newIndex, VirtualGridViewInfo viewInfo)

Parameters

oldIndex

int

The old index.

newIndex

int

The new index.

viewInfo

VirtualGridViewInfo

The view info.

Properties

NewIndex

Gets the new паге index.

Declaration

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

Property Value

int

OldIndex

Gets the old паге index.

Declaration

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

Property Value

int

ViewInfo

Gets the view info.

Declaration

cs-api-definition
public VirtualGridViewInfo ViewInfo { get; }

Property Value

VirtualGridViewInfo