[]
Initializes a new instance of the ExecuteActionCompletedEventArgs class.
public ExecuteActionCompletedEventArgs(C1DocumentAction action, C1BookmarkPosition position, Exception error, bool cancelled)
Type | Name | Description |
---|---|---|
C1DocumentAction | action | A C1DocumentAction object defining an action executed in async operation. |
C1BookmarkPosition | position | A C1BookmarkPosition object defining position in the generated document which should be showed. |
Exception | error | Any error that occurred during the asynchronous operation. |
bool | cancelled | A value indicating whether the asynchronous operation was canceled. |