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)

Parameters

NameTypeDescription

sender

The source of the event.

e

A ScanEventArgs that contains the event data.

Fired By

NameDescription

Fired when the user scans a barcode.

Fired when no barcode is detected in Manual mode.

Last updated