Print3DWorkflowActivatedEventArgs
Print3DWorkflowActivatedEventArgs
Print3DWorkflowActivatedEventArgs
Print3DWorkflowActivatedEventArgs
Class
Definition
Provides information about an event that occurs when the app is launched as a 3D printing workflow.
public : sealed class Print3DWorkflowActivatedEventArgs : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgspublic sealed class Print3DWorkflowActivatedEventArgs : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgsPublic NotInheritable Class Print3DWorkflowActivatedEventArgs Implements IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ActivatedEventsContract (introduced v1)
|
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 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.
The ActivationKind.Print3DWorkflow enumeration value.
- See Also
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
One of the enumeration values.
- See Also
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.
The object that provides splash screen information.
- See Also
Workflow Workflow Workflow Workflow
Gets a customized printing experience for a 3D printer.
public : Print3DWorkflow Workflow { get; }public Print3DWorkflow Workflow { get; }Public ReadOnly Property Workflow As Print3DWorkflow// You can use this property in JavaScript.
The customized printing experience for a 3D printer.
- See Also