PagerControl.PageIndexChanging Event
Occurs before 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 PageIndexChanging event's data class is DataPagerPageIndexChangingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
IsCancel | Gets or sets whether the event should be canceled. |
NewValue | Gets a new value. Inherited from DataPagerPageIndexChangedEventArgs. |
OldValue | Gets an old value. Inherited from DataPagerPageIndexChangedEventArgs. |
See Also