PrintTaskCompletedEventArgs PrintTaskCompletedEventArgs PrintTaskCompletedEventArgs PrintTaskCompletedEventArgs Class

Definition

Reports the completion of the print task.

public : sealed class PrintTaskCompletedEventArgs : IPrintTaskCompletedEventArgspublic sealed class PrintTaskCompletedEventArgs : IPrintTaskCompletedEventArgsPublic NotInheritable Class PrintTaskCompletedEventArgs Implements IPrintTaskCompletedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Completion Completion Completion Completion

Gets the completion status of the print task.

public : PrintTaskCompletion Completion { get; }public PrintTaskCompletion Completion { get; }Public ReadOnly Property Completion As PrintTaskCompletion// You can use this property in JavaScript.
Value
PrintTaskCompletion PrintTaskCompletion PrintTaskCompletion PrintTaskCompletion

The completion status of the print task.