[]
Provides data for the C1.WPF.Document.C1DocumentSource.ExecuteActionCompleted event.
public class ExecuteActionCompletedEventArgs : AsyncCompletedEventArgs
Name | Description |
---|---|
ExecuteActionCompletedEventArgs(C1DocumentAction, C1BookmarkPosition, Exception, bool) | Initializes a new instance of the ExecuteActionCompletedEventArgs class. |
Name | Description |
---|---|
Action | Gets the C1DocumentAction object defining an action executed in the async operation. |
Position | Gets the C1BookmarkPosition defining the position in the generated document which should be displayed. |