ComponentOne FlexGrid for WPF and Silverlight
PagesChanged Event

C1.WPF.FlexGrid Namespace > FlexPaginator Class : PagesChanged Event
Syntax
'Declaration
 
Public Event PagesChanged As System.Windows.Documents.PagesChangedEventHandler
public event System.Windows.Documents.PagesChangedEventHandler PagesChanged
Event Data

The event handler receives an argument of type System.Windows.Documents.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