PrintTaskConfigurationSaveRequestedEventArgs Class

Definition

Called to notify the device app that the print task configuration must be saved.

public ref class PrintTaskConfigurationSaveRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Printers.Extensions.ExtensionsContract, 65536)]
class PrintTaskConfigurationSaveRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Printers.Extensions.ExtensionsContract), 65536)]
public sealed class PrintTaskConfigurationSaveRequestedEventArgs
Public NotInheritable Class PrintTaskConfigurationSaveRequestedEventArgs
Inheritance
Object Platform::Object IInspectable PrintTaskConfigurationSaveRequestedEventArgs
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.Printers.Extensions.ExtensionsContract (introduced in v1.0)

Remarks

When the print dialog for your UWP app raises the PrintTaskConfiguration.SaveRequested event, it references an instance of the PrintTaskConfigurationSaveRequestedEventArgs class. The Microsoft Store device app retrieves the information that it needs from this class to update the print ticket.

Properties

Request

Gets the information that is required for updating the print task configuration.

Applies to

See also