PrintTaskConfigurationSaveRequestedEventArgs.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.