Occurs when a barcode has been clicked on with the right mouse button. The event handler receives an argument of type BarcodeEventArgs containing data related to this event.
Introduced: X9.
public event BarcodeEventHandler BarcodeRightClicked;
Public Event BarcodeRightClicked As BarcodeEventHandler