CashDrawerClosedEventArgs CashDrawerClosedEventArgs CashDrawerClosedEventArgs CashDrawerClosedEventArgs Class

Definition

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

public : sealed class CashDrawerClosedEventArgs : ICashDrawerEventSourceEventArgspublic sealed class CashDrawerClosedEventArgs : ICashDrawerEventSourceEventArgsPublic NotInheritable Class CashDrawerClosedEventArgs Implements ICashDrawerEventSourceEventArgs// 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 DrawerClosed event and is returned as an argument by the TypedEventHandler delegate.

Properties

CashDrawer CashDrawer CashDrawer CashDrawer

Gets the data associated with the DrawerClosed event.

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

The cash drawer.