ScanEventHandler
Namespace: Wisej.Web.Ext.Barcode
Assembly: Wisej.Web.Ext.Barcode
Represents the method that will handle the ScanSuccess event.
- C#
- VB.NET
public delegate void ScanEventHandler(Object sender, ScanEventArgs e)
Public Delegate Sub ScanEventHandler(ByVal sender As [Object], ByVal e As ScanEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | ScanEventArgs | A ScanEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| BarcodeReader.ScanSuccess | Fired when the user scans a barcode. |
| BarcodeReader.ScanError | Fired when no barcode is detected in Manual mode. |