Document Library for WinForms
GetPageCompletedEventArgs コンストラクタ

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > GetPageCompletedEventArgs クラス : GetPageCompletedEventArgs コンストラクタ
An index of the page requested in async operation.
A C1Page object representing result of operation.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.
Initializes a new instance of the GetPageCompletedEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal pageIndex As System.Integer, _
   ByVal page As C1Page, _
   ByVal error As System.Exception, _
   ByVal cancelled As System.Boolean _
)
public GetPageCompletedEventArgs( 
   System.int pageIndex,
   C1Page page,
   System.Exception error,
   System.bool cancelled
)

パラメータ

pageIndex
An index of the page requested in async operation.
page
A C1Page object representing result of operation.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
参照

GetPageCompletedEventArgs クラス
GetPageCompletedEventArgs メンバ