[]
        
(Showing Draft Content)

C1.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)
Public Sub New(pageIndex As Integer, page As C1Page, [error] As Exception, cancelled As Boolean)
Parameters
Type Name Description
int pageIndex

An index of the page requested in async operation.

C1Page page

A C1.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.