FlexReport for WinForms
ExecuteActionCompleted イベント (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : ExecuteActionCompleted イベント
Occurs when the ExecuteActionAsync or ExecuteActionAsyncEx method has completed.
シンタックス
'宣言
 
Public Event ExecuteActionCompleted As System.EventHandler(Of ExecuteActionCompletedEventArgs)
'使用法
 
Dim instance As C1DocumentSource
Dim handler As System.EventHandler(Of ExecuteActionCompletedEventArgs)
 
AddHandler instance.ExecuteActionCompleted, handler
public event System.EventHandler<ExecuteActionCompletedEventArgs> ExecuteActionCompleted
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ExecuteActionCompletedEventArgs 型の引数を受け取りました。次の ExecuteActionCompletedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the C1DocumentAction object defining an action executed in the async operation.  
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
Gets the C1BookmarkPosition defining the position in the generated document which should be displayed.  
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
参照