PrintTaskConfigurationSaveRequestedEventArgs.Request Property

Definition

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

public:
 property PrintTaskConfigurationSaveRequest ^ Request { PrintTaskConfigurationSaveRequest ^ get(); };
PrintTaskConfigurationSaveRequest Request();
public PrintTaskConfigurationSaveRequest Request { get; }
var printTaskConfigurationSaveRequest = printTaskConfigurationSaveRequestedEventArgs.request;
Public ReadOnly Property Request As PrintTaskConfigurationSaveRequest

Property Value

The print task configuration save request.

Applies to