CashDrawerClosedEventArgs.CashDrawer 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 DrawerClosed event.
public:
property CashDrawer ^ CashDrawer { CashDrawer ^ get(); };
CashDrawer CashDrawer();
public CashDrawer CashDrawer { get; }
var cashDrawer = cashDrawerClosedEventArgs.cashDrawer;
Public ReadOnly Property CashDrawer As CashDrawer
Property Value
The cash drawer.