The BarcodeEventArgs class provides data for all events that occur with barcodes. These are the TextControl.BarcodeCreated, TextControl.BarcodeDeleted, TextControl.BarcodeClicked, TextControl.BarcodeDoubleClicked, TextControl.BarcodeRightClicked, TextControl.BarcodeMoved TextControl.BarcodeSelected, TextControl.BarcodeDeselected and TextControl.BarcodeSized events.

Syntax

public class BarcodeEventArgs: EventArgs
Public Class BarcodeEventArgs
  Inherits EventArgs

Introduced: X9.

Properties

Property Description
BarcodeFrame Gets an object that represents the barcode which causes the event.