Event: TypeChange

TypeChange BarcodeType:long

Viene attivato quando il tipo di codice a barre viene modificato. La proprietà Type viene passata e può essere utilizzata.

Esempi di codice

Visual Basic:
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
Metodi:


Proprietà:


Eventi: