Occurs when a barcode has been deleted. It occurs, when a barcode has been deleted with the BarcodeCollection.Remove method. The event handler receives an argument of type BarcodeEventArgs containing data related to this event.
Introduced: X9.
public event BarcodeEventHandler BarcodeDeleted;
Public Event BarcodeDeleted As BarcodeEventHandler