ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / PageIndexChanged Event

In This Topic
    PageIndexChanged Event (C1GridView)
    In This Topic
    Occurs when one of the pager buttons is clicked, but after the C1GridView control handles the paging operation.
    Syntax
    'Declaration
     
    Public Event PageIndexChanged As System.EventHandler
    public event System.EventHandler PageIndexChanged
    See Also