PrintTaskCompletedEventArgs.Completion Property

Definition

Gets the completion status of the print task.

public:
 property PrintTaskCompletion Completion { PrintTaskCompletion get(); };
PrintTaskCompletion Completion();
public PrintTaskCompletion Completion { get; }
var printTaskCompletion = printTaskCompletedEventArgs.completion;
Public ReadOnly Property Completion As PrintTaskCompletion

Property Value

The completion status of the print task.

Applies to