Print3DWorkflowPrintRequestedEventArgs
Print3DWorkflowPrintRequestedEventArgs
Print3DWorkflowPrintRequestedEventArgs
Print3DWorkflowPrintRequestedEventArgs
Class
Definition
Provides data about the print request to the app that initiated the request.
public : sealed class Print3DWorkflowPrintRequestedEventArgs : IPrint3DWorkflowPrintRequestedEventArgspublic sealed class Print3DWorkflowPrintRequestedEventArgs : IPrint3DWorkflowPrintRequestedEventArgsPublic NotInheritable Class Print3DWorkflowPrintRequestedEventArgs Implements IPrint3DWorkflowPrintRequestedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Devices.Printers.Extensions.ExtensionsContract (introduced v1)
Windows.Foundation.UniversalApiContract (introduced v2)
|
Properties
Methods
SetExtendedStatus(Print3DWorkflowDetail) SetExtendedStatus(Print3DWorkflowDetail) SetExtendedStatus(Print3DWorkflowDetail) SetExtendedStatus(Print3DWorkflowDetail)
Sets the extended status of the print request.
public : void SetExtendedStatus(Print3DWorkflowDetail value)public void SetExtendedStatus(Print3DWorkflowDetail value)Public Function SetExtendedStatus(value As Print3DWorkflowDetail) As void// You can use this method in JavaScript.
Parameters
The extended status of the print request.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
SetSource(Object) SetSource(Object) SetSource(Object) SetSource(Object)
Sets the latest model data, including any updates made by the Print3DWorkflow.
public : void SetSource(PlatForm::Object source)public void SetSource(Object source)Public Function SetSource(source As Object) As void// You can use this method in JavaScript.
Parameters
- source
- PlatForm::Object Object Object Object
The latest model data, including any updates made by the Print3DWorkflow.
SetSourceChanged(Boolean) SetSourceChanged(Boolean) SetSourceChanged(Boolean) SetSourceChanged(Boolean)
Indicates if the data model has been updated by the Print3DWorkflow.
public : void SetSourceChanged(bool value)public void SetSourceChanged(Boolean value)Public Function SetSourceChanged(value As Boolean) As void// You can use this method in JavaScript.
Parameters
- value
- bool Boolean Boolean Boolean
Returns true if the data model has been updated; otherwise, false.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|