Print3DWorkflowActivatedEventArgs Class
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.
Provides information about an event that occurs when the app is launched as a 3D printing workflow.
public ref class Print3DWorkflowActivatedEventArgs sealed : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Print3DWorkflowActivatedEventArgs final : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class Print3DWorkflowActivatedEventArgs : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs
Public NotInheritable Class Print3DWorkflowActivatedEventArgs
Implements IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs
- Inheritance
- 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)
|
Remarks
Print3DWorkflowActivatedEventArgs is passed to the event handler that you implement for the activation event that occurs when the app is launched as a workflow for three-dimensional printing.
Properties
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. |
Workflow |
Gets a customized printing experience for a 3D printer. |