Print3DWorkflowPrinterChangedEventArgs Print3DWorkflowPrinterChangedEventArgs Print3DWorkflowPrinterChangedEventArgs Print3DWorkflowPrinterChangedEventArgs Class

Definition

Provides data about the printer change to the app that initiated the change.

public : sealed class Print3DWorkflowPrinterChangedEventArgs : IPrint3DWorkflowPrinterChangedEventArgspublic sealed class Print3DWorkflowPrinterChangedEventArgs : IPrint3DWorkflowPrinterChangedEventArgsPublic NotInheritable Class Print3DWorkflowPrinterChangedEventArgs Implements IPrint3DWorkflowPrinterChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

This class is instantiated automatically when the PrinterChanged event is raised.

Properties

NewDeviceId NewDeviceId NewDeviceId NewDeviceId

Gets the device identifier of the new 3D printer.

public : PlatForm::String NewDeviceId { get; }public string NewDeviceId { get; }Public ReadOnly Property NewDeviceId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

Device identifier of the new 3D printer.