ScanEventArgs
Wisej.Web.Ext.Barcode.ScanEventArgs
Namespace: Wisej.Web.Ext.Barcode
Assembly: Wisej.Web.Ext.Barcode (3.2.0.0)
Provides data for the ScanSuccess event of the BarcodeReader component.
public class ScanEventArgs : EventArgsPublic Class ScanEventArgs
Inherits EventArgsConstructors
ScanEventArgs(data, success)
Initializes a new instance of the ScanEventArgs class.
Properties
Data
String: Returns the scanned data.
Success
Boolean: Returns whether a barcode was detected.
Used By
Name
Description
Represents the method that will handle the ScanSuccess event.
Last updated
Was this helpful?