PosPrinterBase.PreFireEvent(DeviceErrorEventArgs) 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.
Called before the delivery of an ErrorEvent event.
protected override void PreFireEvent (Microsoft.PointOfService.DeviceErrorEventArgs posEvent);
override this.PreFireEvent : Microsoft.PointOfService.DeviceErrorEventArgs -> unit
Protected Overrides Sub PreFireEvent (posEvent As DeviceErrorEventArgs)
Parameters
- posEvent
- DeviceErrorEventArgs
Class containing error information that will be sent to the application when the DeviceErrorEventHandler is raised.