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

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class PageChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPageChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the PageChangingEventArgs class.

C#
public PageChangingEventArgs(int newPageIndex)
Parameters:newPageIndexint

The index of the requested page.

Properties

Gets the index of the requested page.

C#
public int NewPageIndex { get; }
Property Value:

The index of the requested page.