Initializes a new instance of the
GetPageCompletedEventArgs class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As C1Page, _
ByVal As System.Exception, _
ByVal As System.Boolean _
)
public GetPageCompletedEventArgs(
System.int ,
C1Page ,
System.Exception ,
System.bool
)
パラメータ
- 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.
参照