'宣言 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 プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
Action | Gets the C1DocumentAction object defining an action executed in the async operation. |
Cancelled | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
Error | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
Position | Gets the C1BookmarkPosition defining the position in the generated document which should be displayed. |
UserState | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
参照