ScanEventHandler
Wisej.Web.Ext.Barcode.ScanEventHandler
Namespace: Wisej.Web.Ext.Barcode
Assembly: Wisej.Web.Ext.Barcode (3.2.0.0)
Represents the method that will handle the ScanSuccess event.
public delegate void ScanEventHandler(Object sender, ScanEventArgs e)Public Delegate Sub ScanEventHandler(ByVal sender As [Object], ByVal e As ScanEventArgs)Parameters
Name
Type
Description
Fired By
Name
Description
Fired when the user scans a barcode.
Fired when no barcode is detected in Manual mode.
Last updated
Was this helpful?