PosPrinterStatusUpdatedEventArgs
PosPrinterStatusUpdatedEventArgs
PosPrinterStatusUpdatedEventArgs
PosPrinterStatusUpdatedEventArgs
Class
Definition
Provides information about the PosPrinter.StatusUpdated event that occurs when the status of a point-of-service printer changes.
public : sealed class PosPrinterStatusUpdatedEventArgs : IPosPrinterStatusUpdatedEventArgspublic sealed class PosPrinterStatusUpdatedEventArgs : IPosPrinterStatusUpdatedEventArgsPublic NotInheritable Class PosPrinterStatusUpdatedEventArgs Implements IPosPrinterStatusUpdatedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
An instance of this class is passed to the event handler that you create for the PosPrinter.StatusUpdated event.
Properties
Status Status Status Status
Gets the new status of the point-of-service printer after the status of the printer changes.
public : PosPrinterStatus Status { get; }public PosPrinterStatus Status { get; }Public ReadOnly Property Status As PosPrinterStatus// You can use this property in JavaScript.
The new status of the point-of-service printer after the status of the printer changes.
- See Also