CashDrawerStatusUpdatedEventArgs.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data associated with the StatusUpdated event.
public:
property CashDrawerStatus ^ Status { CashDrawerStatus ^ get(); };
CashDrawerStatus Status();
public CashDrawerStatus Status { get; }
var cashDrawerStatus = cashDrawerStatusUpdatedEventArgs.status;
Public ReadOnly Property Status As CashDrawerStatus
Property Value
The cash drawer status.