Event: TextChange

TextChange Text:char

Viene attivato quando il testo del codice a barre viene modificato. La proprietà Text viene passata e può essere utilizzata.

Esempi di codice

Visual Basic:
Private Sub AxBarcode1_TextChange(sender As Object, 
            e As AxBARCODELib._DBarcodeEvents_TextChangeEvent) Handles AxBarcode1.TextChange
    MessageBox.Show("Barcode content changed to: " & AxBarcode1.Text)
End Sub
Metodi:


Proprietà:


Eventi: