[]
        
(Showing Draft Content)

C1.WPF.Document.GetPageCompletedEventArgs.-ctor

GetPageCompletedEventArgs Constructor

GetPageCompletedEventArgs(int, C1Page, Exception, bool)

Initializes a new instance of the GetPageCompletedEventArgs class.

Declaration
public GetPageCompletedEventArgs(int pageIndex, C1Page page, Exception error, bool cancelled)
Parameters
Type Name Description
int pageIndex

An index of the page requested in async operation.

C1Page page

A C1.WPF.Document.C1Page object representing result of operation.

Exception error

Any error that occurred during the asynchronous operation.

bool cancelled

A value indicating whether the asynchronous operation was canceled.