PosKeyboardBase.PreFireEvent(DataEventArgs) 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 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.