'Declaration Public Delegate Sub VerifyBarcodeDelegate( _
ByVal readerThe source of the event.As BarcodeReader, _
ByVal barcodeInfoIBarcodeInfo that contains information about found barcode.As IBarcodeInfo _
)
public delegate void VerifyBarcodeDelegate(
BarcodeReader reader,
IBarcodeInfo barcodeInfo
)
public: __gc __delegate void VerifyBarcodeDelegate(
BarcodeReader* reader,
IBarcodeInfo* barcodeInfo
)
public delegate void VerifyBarcodeDelegate(
BarcodeReader^ reader,
IBarcodeInfo^ barcodeInfo
)
Parameters
- reader
- The source of the event.
- barcodeInfo
- IBarcodeInfo that contains information about found barcode.