IsisBarcodeDetectedEventHandler Delegate |
This event handler is used to notify the application when a barcode is detected.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public delegate void IsisBarcodeDetectedEventHandler(
Object sender,
IsisBarcodeDetectedEventArgs e
)
Public Delegate Sub IsisBarcodeDetectedEventHandler (
sender As Object,
e As IsisBarcodeDetectedEventArgs
)
Parameters
- sender
- Type: SystemObject
The event sender. - e
- Type: Atalasoft.IsisIsisBarcodeDetectedEventArgs
The information about barcode.
See Also