BarcodeScannerStatusUpdatedEventArgs
BarcodeScannerStatusUpdatedEventArgs
BarcodeScannerStatusUpdatedEventArgs
BarcodeScannerStatusUpdatedEventArgs
Class
Definition
Provides information about an operation status change.
public : sealed class BarcodeScannerStatusUpdatedEventArgs : IBarcodeScannerStatusUpdatedEventArgspublic sealed class BarcodeScannerStatusUpdatedEventArgs : IBarcodeScannerStatusUpdatedEventArgsPublic NotInheritable Class BarcodeScannerStatusUpdatedEventArgs Implements IBarcodeScannerStatusUpdatedEventArgs// 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 StatusUpdated event and is returned as an argument to the TypedEventHandler delegate.
Properties
ExtendedStatus ExtendedStatus ExtendedStatus ExtendedStatus
Gets the vendor specific status code.
public : unsigned int ExtendedStatus { get; }public uint ExtendedStatus { get; }Public ReadOnly Property ExtendedStatus As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The vendor specific status code.