Skip to main content
Tab

PagerPageEventArgs Class

Provides data for the ASPxPagerBase.PageIndexChanging event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class PagerPageEventArgs :
    CancelEventArgs

#Remarks

The ASPxPagerBase.PageIndexChanging event fires before a specific page is selected. A new page is identified by the PagerPageEventArgs.NewPageIndex property. Setting the Cancel parameter to true, prevents the page from being selected.

#Inheritance

See Also