FlexReport for WinForms
GetPageCompletedEventArgs コンストラクタ


C1.Document.4.6.2 アセンブリ > C1.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 _
)
'使用法
 
Dim pageIndex As System.Integer
Dim page As C1Page
Dim error As System.Exception
Dim cancelled As System.Boolean
 
Dim instance As New GetPageCompletedEventArgs(pageIndex, page, error, cancelled)
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 メンバ