Share via


PrintWorkflowJobNotificationEventArgs Class

Definition

Provides info for the JobNotification event.

public ref class PrintWorkflowJobNotificationEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowJobNotificationEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowJobNotificationEventArgs
Public NotInheritable Class PrintWorkflowJobNotificationEventArgs
Inheritance
Object Platform::Object IInspectable PrintWorkflowJobNotificationEventArgs
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Remarks

For more information, see Print support app design guide.

Properties

Configuration

Gets printer job and session related information for the current operation.

PrinterJob

Gets the printer job for the current operation.

Methods

GetDeferral()

Requests that the operation be delayed and gets a deferral object that will be invoked upon completion of the deferred action.

Applies to

See also