ClassPageIndexChangedEventArgs
Class
Provides data for a page index changed event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class PageIndexChangedEventArgs : EventArgs
Inheritance: objectEventArgsPageIndexChangedEventArgs
Inherited Members
Constructors
PageIndexChangedEventArgs(int, int)
Initializes a new instance of the PageIndexChangedEventArgs class.
Properties
NewPageIndex
Gets the new page index.
Declaration
cs-api-definition
public int NewPageIndex { get; }
Property Value
The new page index.
OldPageIndex
Gets the old page index.
Declaration
cs-api-definition
public int OldPageIndex { get; }
Property Value
The old page index.