PrintTaskConfigurationSaveRequestedEventArgs
PrintTaskConfigurationSaveRequestedEventArgs
PrintTaskConfigurationSaveRequestedEventArgs
PrintTaskConfigurationSaveRequestedEventArgs
Class
Definition
Called to notify the device app that the print task configuration must be saved.
public : sealed class PrintTaskConfigurationSaveRequestedEventArgs : IPrintTaskConfigurationSaveRequestedEventArgspublic sealed class PrintTaskConfigurationSaveRequestedEventArgs : IPrintTaskConfigurationSaveRequestedEventArgsPublic NotInheritable Class PrintTaskConfigurationSaveRequestedEventArgs Implements IPrintTaskConfigurationSaveRequestedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Devices.Printers.Extensions.ExtensionsContract (introduced v1)
|
Remarks
When the print dialog for your Windows Store app raises the PrintTaskConfiguration.SaveRequested event, it references an instance of the PrintTaskConfigurationSaveRequestedEventArgs class. The Windows Store device app retrieves the information that it needs from this class to update the print ticket.
Properties
Request Request Request Request
Gets the information that is required for updating the print task configuration.
public : PrintTaskConfigurationSaveRequest Request { get; }public PrintTaskConfigurationSaveRequest Request { get; }Public ReadOnly Property Request As PrintTaskConfigurationSaveRequest// You can use this property in JavaScript.
- Value
- PrintTaskConfigurationSaveRequest PrintTaskConfigurationSaveRequest PrintTaskConfigurationSaveRequest PrintTaskConfigurationSaveRequest
The print task configuration save request.