WebUIPrint3DWorkflowActivatedEventArgs 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.
Represents the arguments related to activating a 3D print workflow.
public ref class WebUIPrint3DWorkflowActivatedEventArgs sealed : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIPrint3DWorkflowActivatedEventArgs final : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIPrint3DWorkflowActivatedEventArgs
Implements IActivatedEventArgs, IActivatedEventArgsDeferral, 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)
|
Properties
ActivatedOperation |
Gets the activated operation. |
Kind |
Gets the kind of activation. |
PreviousExecutionState |
Gets the previous execution state. |
SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. |
Workflow |
Gets the print workflow. |