PrintTaskCompletedEventArgs.Completion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.