IPrint3DWorkflowActivatedEventArgs
IPrint3DWorkflowActivatedEventArgs
IPrint3DWorkflowActivatedEventArgs
IPrint3DWorkflowActivatedEventArgs
Interface
Definition
Provides information about an event that occurs when the app is launched as a workflow for three-dimensional printing.
public : interface IPrint3DWorkflowActivatedEventArgspublic interface IPrint3DWorkflowActivatedEventArgsPublic Interface IPrint3DWorkflowActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IPrint3DWorkflowActivatedEventArgsIPrint3DWorkflowActivatedEventArgsIPrint3DWorkflowActivatedEventArgsIPrint3DWorkflowActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ActivatedEventsContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
Workflow Workflow Workflow Workflow
Gets the workflow that the app should use for three-dimensional printing.
public : Print3DWorkflow Workflow { get; }public Print3DWorkflow Workflow { get; }Public ReadOnly Property Workflow As Print3DWorkflow// You can use this property in JavaScript.
The workflow that the app should use for three-dimensional printing.
- See Also