Share via


BarcodeScannerDataReceivedEventArgs class (Handheld 8)

2/18/2014

Provides the barcode data from the DataReceived event.

Syntax

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

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The BarcodeScannerDataReceivedEventArgs class has these types of members:

  • Methods
  • Properties

Methods

The BarcodeScannerDataReceivedEventArgs class inherits methods from the Object class.

Properties

The BarcodeScannerDataReceivedEventArgs class has these properties.

Property Access type Description

Report

Read-only

Gets the data from the DataReceived event.

Remarks

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

See Also

Reference

Windows.Devices.PointOfService namespace