BarcodeScannerDataReceivedEventArgs.Report Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data from the DataReceived event.
public:
property BarcodeScannerReport ^ Report { BarcodeScannerReport ^ get(); };
BarcodeScannerReport Report();
public BarcodeScannerReport Report { get; }
var barcodeScannerReport = barcodeScannerDataReceivedEventArgs.report;
Public ReadOnly Property Report As BarcodeScannerReport
Property Value
Data from the barcode scanning event.