PageIndexChangingEventArgs(Int32, Int32) Constructor
In This Article
Initializes a new instance of the PageIndexChangingEventArgs class.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
old |
Int32 | An integer value that specifies the index of the previous page. This value is assigned to the Page |
new |
Int32 | An integer value that specifies the index of the current page. This value is assigned to the Page |
See Also