The following tables list the members exposed by ExecuteActionCompletedEventArgs.
Public Constructors
Public Properties
| Name | Description |
| Action | Gets the C1DocumentAction object defining an action executed in the async operation. |
| Cancelled | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
| Error | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
| Position | Gets the C1BookmarkPosition defining the position in the generated document which should be displayed. |
| UserState | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Top
See Also