Share via


PosPrinterStatusUpdatedEventArgs.Status Property

Definition

Gets the new status of the point-of-service printer after the status of the printer changes.

public:
 property PosPrinterStatus ^ Status { PosPrinterStatus ^ get(); };
PosPrinterStatus Status();
public PosPrinterStatus Status { get; }
var posPrinterStatus = posPrinterStatusUpdatedEventArgs.status;
Public ReadOnly Property Status As PosPrinterStatus

Property Value

The new status of the point-of-service printer after the status of the printer changes.

Applies to

See also