[]
Initializes a new instance of the GetPageCompletedEventArgs class.
public GetPageCompletedEventArgs(int pageIndex, C1Page page, Exception error, bool cancelled)
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. |