Share via


BarcodeScannerErrorOccurredEventArgs class (Handheld 8)

2/18/2014

Provides data for the ErrorOccured event.

Syntax

public sealed class BarcodeScannerErrorOccurredEventArgs : Object
Public NotInheritable Class BarcodeScannerErrorOccurredEventArgs
    Inherits Object
public ref class BarcodeScannerErrorOccurredEventArgs sealed : Object

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The BarcodeScannerErrorOccurredEventArgs class has these types of members:

  • Methods
  • Properties

Methods

The BarcodeScannerErrorOccurredEventArgs class inherits methods from the Object class.

Properties

The BarcodeScannerErrorOccurredEventArgs class has these properties.

Property Access type Description

ErrorData

Read-only

Gets the data associated with the ErrorOccured event.

IsRetriable

Read-only

Indicates whether it is worthwhile to make another attempt to scan.

PartialInputData

Read-only

Gets any data that was successfully read.

Remarks

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

See Also

Reference

Windows.Devices.PointOfService namespace