New to Telerik UI for WinFormsStart a free 30-day trial

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridPageChangingEventArgs class.

C#
public VirtualGridPageChangingEventArgs(int oldIndex, int newIndex, VirtualGridViewInfo viewInfo)
Parameters:oldIndexint

The old index.

newIndexint

The new index.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets the new паге index.

C#
public int NewIndex { get; }

Gets the old паге index.

C#
public int OldIndex { get; }

Gets the view info.

C#
public VirtualGridViewInfo ViewInfo { get; }