[]
        
(Showing Draft Content)

C1.WPF.Document.ExecuteActionCompletedEventArgs

ExecuteActionCompletedEventArgs Class

Provides data for the C1.WPF.Document.C1DocumentSource.ExecuteActionCompleted event.

Inheritance
ExecuteActionCompletedEventArgs
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class ExecuteActionCompletedEventArgs : AsyncCompletedEventArgs

Constructors

Name Description
ExecuteActionCompletedEventArgs(C1DocumentAction, C1BookmarkPosition, Exception, bool)

Initializes a new instance of the ExecuteActionCompletedEventArgs class.

Properties

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.