CashDrawerOpenedEventArgs CashDrawerOpenedEventArgs CashDrawerOpenedEventArgs CashDrawerOpenedEventArgs Class

Definition

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

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

Properties

CashDrawer CashDrawer CashDrawer CashDrawer

Gets the data associated with the DrawerOpened 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.