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

PagerControl.PageIndexChanged Event

Occurs after the selected page has been changed.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public event EventHandler<DataPagerPageIndexChangedEventArgs> PageIndexChanged

Event Data

The PageIndexChanged event's data class is DataPagerPageIndexChangedEventArgs. The following properties provide information specific to this event:

Property Description
NewValue Gets a new value.
OldValue Gets an old value.
See Also