Skip to main content

ScanEventHandler

Namespace: Wisej.Web.Ext.Barcode

Assembly: Wisej.Web.Ext.Barcode

Represents the method that will handle the ScanSuccess event.

public delegate void ScanEventHandler(Object sender, ScanEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eScanEventArgsA ScanEventArgs that contains the event data.

Fired By

NameDescription
BarcodeReader.ScanSuccessFired when the user scans a barcode.
BarcodeReader.ScanErrorFired when no barcode is detected in Manual mode.