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

GridViewBase.CurrentPageIndexChanged Event

Occurs after the selected page is changed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

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
NewValue Gets a new value.
OldValue Gets an old value.

Remarks

Refer to the Data Paging topic to learn more.

See Also