Skip to main content

ScanEventArgs

Namespace: Wisej.Web.Ext.Barcode

Assembly: Wisej.Web.Ext.Barcode

Provides data for the ScanSuccess event of the BarcodeReader component.

public class ScanEventArgs : EventArgs

Constructors

Instance memberScanEventArgs(data, success)

Initializes a new instance of the ScanEventArgs class.

NameTypeDescription
dataString
successBoolean

Properties

Instance memberData

String: Returns the scanned data.

Instance memberSuccess

Boolean: Returns whether a barcode was detected.

Used By

NameDescription
ScanEventHandlerRepresents the method that will handle the ScanSuccess event.