Print3DTaskSourceChangedEventArgs Print3DTaskSourceChangedEventArgs Print3DTaskSourceChangedEventArgs Print3DTaskSourceChangedEventArgs Class

Definition

Provides data for the SourceChanged event.

public : sealed class Print3DTaskSourceChangedEventArgs : IPrint3DTaskSourceChangedEventArgspublic sealed class Print3DTaskSourceChangedEventArgs : IPrint3DTaskSourceChangedEventArgsPublic NotInheritable Class Print3DTaskSourceChangedEventArgs Implements IPrint3DTaskSourceChangedEventArgs// 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

Source Source Source Source

Gets the updated 3D print package from the workflow.

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