点击或拖拽改变大小

BarcodeScannerBarcodeScanned 事件

在客户端返回条码数据时发生

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public event BarcodeScannerCallBackHandler BarcodeScanned

类型:Smobiler.Core.ControlsBarcodeScannerCallBackHandler
备注
在用户取消扫描时也会发生,如果GetBarcode方法中的handler声明了委托实例或匿名方法,那么这个事件不会被触发
参见