TypeChange BarcodeType:long
方法:
属性:
活动:
条形码类型更改时触发。 属性 Type 已传递并可使用。
属性:
活动:
条形码类型更改时触发。 属性 Type 已传递并可使用。
Private Sub AxBarcode1_TypeChange(sender As Object,
e As AxBARCODELib._DBarcodeEvents_TypeChangeEvent) Handles AxBarcode1.TypeChange
MessageBox.Show("Barcode symbology changed to: " & AxBarcode1.TypeName)
End Sub