Print3DTaskRequestedEventArgs Print3DTaskRequestedEventArgs Print3DTaskRequestedEventArgs Print3DTaskRequestedEventArgs Class

Definition

Provides data for the TaskRequested event.

public : sealed class Print3DTaskRequestedEventArgs : IPrint3DTaskRequestedEventArgspublic sealed class Print3DTaskRequestedEventArgs : IPrint3DTaskRequestedEventArgsPublic NotInheritable Class Print3DTaskRequestedEventArgs Implements IPrint3DTaskRequestedEventArgs// 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.Graphics.Printing3D.Printing3DContract (introduced v1)

Remarks

This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the 3MF Specification.

Properties

Request Request Request Request

Gets the 3D print job request associated with the Print3DManager.

public : Print3DTaskRequest Request { get; }public Print3DTaskRequest Request { get; }Public ReadOnly Property Request As Print3DTaskRequest// You can use this property in JavaScript.