ScanEventArgs
Namespace: Wisej.Web.Ext.Barcode
Assembly: Wisej.Web.Ext.Barcode
Provides data for the ScanSuccess event of the BarcodeReader component.
- C#
- VB.NET
public class ScanEventArgs : EventArgs
Public Class ScanEventArgs
Inherits EventArgs
Constructors
ScanEventArgs(data, success)
Initializes a new instance of the ScanEventArgs class.
| Name | Type | Description |
|---|---|---|
| data | String | |
| success | Boolean |
Properties
Data
String: Returns the scanned data.
Success
Boolean: Returns whether a barcode was detected.
Used By
| Name | Description |
|---|---|
| ScanEventHandler | Represents the method that will handle the ScanSuccess event. |