点击或拖拽改变大小

TC25BarcodeStatusEventHandler 委托

一个委托,它表示获取当前扫描设备状态后要调用的方法。

命名空间:  Smobiler.Device
程序集:  Smobiler.Device (在 Smobiler.Device.dll 中) 版本:6.0.641.16928
语法
public delegate void TC25BarcodeStatusEventHandler(
	Object sender,
	TC25BarcodeStatusEventArgs e
)

参数

sender
类型:SystemObject
事件源
e
类型:Smobiler.DeviceTC25BarcodeStatusEventArgs
包含事件数据的 TC25BarcodeStatusEventArgs
参见