Share via


CashDrawerBase.PreFireEvent(StatusUpdateEventArgs) Method

Definition

Updates the DrawerOpened property and informs applications using the cash drawer of the status change.

protected override void PreFireEvent (Microsoft.PointOfService.StatusUpdateEventArgs posEvent);
override this.PreFireEvent : Microsoft.PointOfService.StatusUpdateEventArgs -> unit
Protected Overrides Sub PreFireEvent (posEvent As StatusUpdateEventArgs)

Parameters

posEvent
StatusUpdateEventArgs

An instance of the StatusUpdateEventArgs class, posEvent contains the event the service object queued to the application.

Applies to