Fires after the selected page has been changed.
Namespace:DevExpress.Web.ASPxPivotGrid
Assembly:DevExpress.Web.ASPxPivotGrid.v18.1.dll

Syntax
C# |
public event EventHandler PageIndexChanged
|
VB |
event Public PageIndexChanged As EventHandler
|

Event Data
The event handler receives an argument of type System.EventArgs containing data related to this event.

Remarks
The PageIndexChanged event fires in the following cases:
-
an end-user has switched between pages by clicking the Pager's numeric or navigation button;
-
a new value has been assigned to the PivotGridWebOptionsPager.PageIndex property in code.

See Also