Share via


PosKeyboardBase.PreFireEvent(DataEventArgs) Method

Definition

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 the service object queued to the application.

Applies to