Skip to main content
A newer version of this page is available. .

DataPagerPageIndexChangingEventArgs(Int32, Int32) Constructor

Initializes a new instance of the DataPagerPageIndexChangingEventArgs class with the specified old and new edit values.

Namespace: DevExpress.Xpf.Editors.DataPager

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DataPagerPageIndexChangingEventArgs(
    int oldValue,
    int newValue
)

Parameters

Name Type
oldValue Int32
newValue Int32
See Also