C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FlexPaginator Class / PagesChanged Event

PagesChanged Event (FlexPaginator)
Syntax
'Declaration
 
Public Event PagesChanged As PagesChangedEventHandler
 
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