Share via


PosPrinterBase.PreFireEvent(DeviceErrorEventArgs) Method

Definition

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.

Applies to