Share via


MsrBase.PreFireEvent Method

Definition

Overloads

PreFireEvent(DataEventArgs)

Called prior to the delivery of a DataEvent event to the application.

PreFireEvent(DeviceErrorEventArgs)

Called prior to the delivery of a DeviceErrorEvent event to the application.

PreFireEvent(DataEventArgs)

Called prior to the delivery of a DataEvent event to the application.

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

Parameters

posEvent
DataEventArgs

An instance of the DataEventArgs class, posEvent contains the event that was queued to the application.

Applies to

PreFireEvent(DeviceErrorEventArgs)

Called prior to the delivery of a DeviceErrorEvent event to the application.

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

An instance of the DeviceErrorEventArgs class, posEvent contains the event that was queued to the application.

Applies to