PagerControl.PageIndexChanged Event
Occurs after the selected page has been changed.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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