FlexReport for WinForms
ExecuteActionCompletedEventArgs コンストラクタ


C1.Document アセンブリ > C1.Document 名前空間 > ExecuteActionCompletedEventArgs クラス : ExecuteActionCompletedEventArgs コンストラクタ
A C1DocumentAction object defining an action executed in async operation.
A C1BookmarkPosition object defining position in the generated document which should be showed.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.
Initializes a new instance of the ExecuteActionCompletedEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal action As C1DocumentAction, _
   ByVal position As C1BookmarkPosition, _
   ByVal error As System.Exception, _
   ByVal cancelled As System.Boolean _
)
'使用法
 
Dim action As C1DocumentAction
Dim position As C1BookmarkPosition
Dim error As System.Exception
Dim cancelled As System.Boolean
 
Dim instance As New ExecuteActionCompletedEventArgs(action, position, error, cancelled)
public ExecuteActionCompletedEventArgs( 
   C1DocumentAction action,
   C1BookmarkPosition position,
   System.Exception error,
   System.bool cancelled
)

パラメータ

action
A C1DocumentAction object defining an action executed in async operation.
position
A C1BookmarkPosition object defining position in the generated document which should be showed.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
参照

参照

ExecuteActionCompletedEventArgs クラス
ExecuteActionCompletedEventArgs メンバ