Skip to main content

DataPagerPageIndexChangedEventArgs(Int32, Int32) Constructor

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

Namespace: DevExpress.Xpf.Editors.DataPager

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataPagerPageIndexChangedEventArgs(
    int oldValue,
    int newValue
)

Parameters

Name Type
oldValue Int32
newValue Int32
See Also