Print3DTaskSourceRequestedHandler Delegate

Definition

Represents the method that handles requests for 3D print packages.

public delegate void Print3DTaskSourceRequestedHandler(Print3DTaskSourceRequestedArgs ^ args);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3910622832, 51479, 18142, 187, 81, 217, 169, 77, 179, 113, 31)]
class Print3DTaskSourceRequestedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 65536)]
[Windows.Foundation.Metadata.Guid(3910622832, 51479, 18142, 187, 81, 217, 169, 77, 179, 113, 31)]
public delegate void Print3DTaskSourceRequestedHandler(Print3DTaskSourceRequestedArgs args);
var print3DTaskSourceRequestedHandlerHandler = function(args){
/* Your code */
}
Public Delegate Sub Print3DTaskSourceRequestedHandler(args As Print3DTaskSourceRequestedArgs)

Parameters

args
Print3DTaskSourceRequestedArgs

Provides the 3D print package for use in the 3D print job.

Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced in v1.0)

Remarks

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

Applies to