GridViewBase.CurrentPageIndexChanged Event
In This Article
Occurs after the selected page is changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public event EventHandler<DataPagerPageIndexChangedEventArgs> CurrentPageIndexChanged
#Event Data
The CurrentPageIndexChanged event's data class is DataPagerPageIndexChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
New |
Gets a new value. |
Old |
Gets an old value. |
#Remarks
Refer to the Data Paging topic to learn more.
See Also