C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : PageIndexChanging Event |
'Declaration Public Event PageIndexChanging As C1GridViewPageEventHandler
public event C1GridViewPageEventHandler PageIndexChanging
The event handler receives an argument of type C1GridViewPageEventArgs containing data related to this event. The following C1GridViewPageEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
NewPageIndex | Gets or sets the index of the new page. |