Provides data for a page index changing event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class PageIndexChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsPageIndexChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the PageIndexChangingEventArgs class.
Properties
Gets the new page index.
C#
public int NewPageIndex { get; }
The new page index.
Gets the old page index.
C#
public int OldPageIndex { get; }
The old page index.