ICashDrawerEventSourceEventArgs.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 cash drawer associated with the event source.
public:
property CashDrawer ^ CashDrawer { CashDrawer ^ get(); };
CashDrawer CashDrawer();
public CashDrawer CashDrawer { get; }
var cashDrawer = iCashDrawerEventSourceEventArgs.cashDrawer;
Public ReadOnly Property CashDrawer As CashDrawer
Property Value
The cash drawer.