It provides data for the BarcodeFound event.

Namespace: Neodynamic.SDK.BarcodeReader
Assembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public class BarcodeFoundEventArgs : EventArgs
Visual Basic
Public Class BarcodeFoundEventArgs _
	Inherits EventArgs
Visual C++
public ref class BarcodeFoundEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Neodynamic.SDK.BarcodeReader..::..BarcodeFoundEventArgs

See Also