PrintWorkflowUIActivatedEventArgs.PrintWorkflowSession Property

Definition

Gets the print workflow session object that should manage the behavior of the foreground task that was activated.

public:
 property PrintWorkflowForegroundSession ^ PrintWorkflowSession { PrintWorkflowForegroundSession ^ get(); };
PrintWorkflowForegroundSession PrintWorkflowSession();
public PrintWorkflowForegroundSession PrintWorkflowSession { get; }
var printWorkflowForegroundSession = printWorkflowUIActivatedEventArgs.printWorkflowSession;
Public ReadOnly Property PrintWorkflowSession As PrintWorkflowForegroundSession

Property Value

The single print workflow foreground session.

Applies to