Skip to main content

PageIndexChangingEventArgs(Int32, Int32) Constructor

Initializes a new instance of the PageIndexChangingEventArgs class.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public PageIndexChangingEventArgs(
    int oldValue,
    int newValue
)

Parameters

Name Type Description
oldValue Int32

An integer value that specifies the index of the previous page. This value is assigned to the PageIndexChangingEventArgs.OldPageIndex property.

newValue Int32

An integer value that specifies the index of the current page. This value is assigned to the PageIndexChangingEventArgs.NewPageIndex property.

See Also