WebUIPrintWorkflowForegroundTaskActivatedEventArgs Class

Definition

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

public ref class WebUIPrintWorkflowForegroundTaskActivatedEventArgs sealed : IActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIPrintWorkflowForegroundTaskActivatedEventArgs final : IActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIPrintWorkflowForegroundTaskActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIPrintWorkflowForegroundTaskActivatedEventArgs
Implements IActivatedEventArgs, IActivatedEventArgsDeferral
Inheritance
Object Platform::Object IInspectable WebUIPrintWorkflowForegroundTaskActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Properties

ActivatedOperation

Gets the operation that activated the app.

Kind

Gets the activation type.

PreviousExecutionState

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

SplashScreen

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

Applies to