CashDrawerBase.PreFireEvent(StatusUpdateEventArgs) Method
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.
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.