Share via


BarcodeScannerStatusUpdatedEventArgs class (Handheld 8)

2/18/2014

Provides information about an operation status change.

Syntax

public sealed class BarcodeScannerStatusUpdatedEventArgs
Public NotInheritable Class BarcodeScannerStatusUpdatedEventArgs
public ref class BarcodeScannerStatusUpdatedEventArgs sealed

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The BarcodeScannerStatusUpdatedEventArgs class has these types of members:

  • Methods
  • Properties

Methods

The BarcodeScannerStatusUpdatedEventArgs class inherits methods from the Object class.

Properties

The BarcodeScannerStatusUpdatedEventArgs class has these properties.

Property Access type Description

ExtendedStatus

Read-only

Gets the vendor specific status code.

Status

Read-only

Gets the status change information.

Remarks

This object is created by the StatusUpdated event and is returned as an argument to the TypedEventHandler delegate.

See Also

Reference

Windows.Devices.PointOfService namespace