ComponentOne FlexGrid for WPF and Silverlight
GetPageCompleted Event

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

The event handler receives an argument of type System.Windows.Documents.GetPageCompletedEventArgs containing data related to this event. The following GetPageCompletedEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Gets the System.Windows.Documents.DocumentPage for the page specified in the call to System.Windows.Documents.DocumentPaginator.GetPageAsync(System.Int32,System.Object).  
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Gets the page number passed to System.Windows.Documents.DocumentPaginator.GetPageAsync(System.Int32,System.Object).  
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
See Also