FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPaginator Class / PagesChanged Event

In This Topic
    PagesChanged Event (GridPaginator)
    In This Topic
    Syntax
    'Declaration
     
    Public Event PagesChanged As PagesChangedEventHandler
    public event PagesChangedEventHandler PagesChanged
    Event Data

    The event handler receives an argument of type PagesChangedEventArgs containing data related to this event. The following PagesChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the number of continuous pages that changed.  
    Gets the page number of the first page that changed.  
    See Also