A newer version of this page is available.
Switch to the current version.
GridViewBase.CurrentPageIndexChanged Event
Occurs after the selected page is changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.dll
Declaration
public event EventHandler<DataPagerPageIndexChangedEventArgs> CurrentPageIndexChanged
Public Event CurrentPageIndexChanged As EventHandler(Of DataPagerPageIndexChangedEventArgs)
Event Data
The CurrentPageIndexChanged 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. |
Remarks
Refer to the Data Paging topic to learn more.
See Also
Feedback