CashDrawerStatusUpdatedEventArgs CashDrawerStatusUpdatedEventArgs CashDrawerStatusUpdatedEventArgs CashDrawerStatusUpdatedEventArgs Class

Definition

This object is passed as a parameter to the event handlers for the StatusUpdated event.

public : sealed class CashDrawerStatusUpdatedEventArgs : ICashDrawerStatusUpdatedEventArgspublic sealed class CashDrawerStatusUpdatedEventArgs : ICashDrawerStatusUpdatedEventArgsPublic NotInheritable Class CashDrawerStatusUpdatedEventArgs Implements ICashDrawerStatusUpdatedEventArgs// 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

This object is created by the StatusUpdated event and is returned as an argument by the TypedEventHandler delegate.

Properties

Status Status Status Status

Gets the data associated with the StatusUpdated event.

public : CashDrawerStatus Status { get; }public CashDrawerStatus Status { get; }Public ReadOnly Property Status As CashDrawerStatus// You can use this property in JavaScript.