WebUIPrintWorkflowForegroundTaskActivatedEventArgs WebUIPrintWorkflowForegroundTaskActivatedEventArgs WebUIPrintWorkflowForegroundTaskActivatedEventArgs WebUIPrintWorkflowForegroundTaskActivatedEventArgs Class

Definition

Provides data when an app is launched as part of a print workflow.

public : sealed class WebUIPrintWorkflowForegroundTaskActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsDeferralpublic sealed class WebUIPrintWorkflowForegroundTaskActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsDeferralPublic NotInheritable Class WebUIPrintWorkflowForegroundTaskActivatedEventArgs Implements IActivatedEventArgs, IActivatedEventArgsDeferral// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

ActivatedOperation ActivatedOperation ActivatedOperation ActivatedOperation

Gets the operation that activated the app.

public : ActivatedOperation ActivatedOperation { get; }public ActivatedOperation ActivatedOperation { get; }Public ReadOnly Property ActivatedOperation As ActivatedOperation// You can use this property in JavaScript.
Value
ActivatedOperation ActivatedOperation ActivatedOperation ActivatedOperation

The operation that activated the app.

Kind Kind Kind Kind

Gets the activation type.

public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.

PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState

Gets the execution state of the app before it was activated.

public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.
Value
ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState

The execution state of the app before it was activated.

SplashScreen SplashScreen SplashScreen SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
Value
SplashScreen SplashScreen SplashScreen SplashScreen

The object that provides splash screen information.