BarcodeScannerDataReceivedEventArgs
BarcodeScannerDataReceivedEventArgs
BarcodeScannerDataReceivedEventArgs
BarcodeScannerDataReceivedEventArgs
Class
Definition
Provides the barcode data from the DataReceived event.
public : sealed class BarcodeScannerDataReceivedEventArgs : IBarcodeScannerDataReceivedEventArgspublic sealed class BarcodeScannerDataReceivedEventArgs : IBarcodeScannerDataReceivedEventArgsPublic NotInheritable Class BarcodeScannerDataReceivedEventArgs Implements IBarcodeScannerDataReceivedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This object is created by the DataReceived event and is returned as an argument to the TypedEventHandler delegate.
Properties
Report Report Report Report
Gets the data from the DataReceived event.
public : BarcodeScannerReport Report { get; }public BarcodeScannerReport Report { get; }Public ReadOnly Property Report As BarcodeScannerReport// You can use this property in JavaScript.
Data from the barcode scanning event.