[]
        
(Showing Draft Content)

C1.WPF.Document.GetPageCompletedEventArgs

GetPageCompletedEventArgs Class

Provides data for the C1.WPF.Document.C1DocumentSource.GetPageCompleted event.

Inheritance
GetPageCompletedEventArgs
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class GetPageCompletedEventArgs : AsyncCompletedEventArgs

Constructors

Name Description
GetPageCompletedEventArgs(int, C1Page, Exception, bool)

Initializes a new instance of the GetPageCompletedEventArgs class.

Properties

Name Description
Page

Gets the C1.WPF.Document.C1Page object.

PageIndex

Gets the index of the page requested in the async operation.