Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class PageChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsPageChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the PageChangingEventArgs class.
C#
public PageChangingEventArgs(int newPageIndex)
The index of the requested page.
Properties
Gets the index of the requested page.
C#
public int NewPageIndex { get; }
The index of the requested page.