PrintWorkflowSubmittedEventArgs.Operation 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 information about the current print task.
public:
property PrintWorkflowSubmittedOperation ^ Operation { PrintWorkflowSubmittedOperation ^ get(); };
PrintWorkflowSubmittedOperation Operation();
public PrintWorkflowSubmittedOperation Operation { get; }
var printWorkflowSubmittedOperation = printWorkflowSubmittedEventArgs.operation;
Public ReadOnly Property Operation As PrintWorkflowSubmittedOperation
Property Value
Information about the print task.