IPrint3DWorkflowActivatedEventArgs Interface

Definition

Provides information about an event that occurs when the app is launched as a workflow for three-dimensional printing.

public interface class IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1062725515, 62124, 17945, 131, 2, 239, 133, 94, 28, 155, 144)]
struct IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(1062725515, 62124, 17945, 131, 2, 239, 133, 94, 28, 155, 144)]
public interface IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
Public Interface IPrint3DWorkflowActivatedEventArgs
Implements IActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.ApplicationModel.Activation.ActivatedEventsContract (introduced in v1.0)

Properties

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

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

(Inherited from IActivatedEventArgs)
Workflow

Gets the workflow that the app should use for three-dimensional printing.

Applies to

See also