Share via


RFIDDataEventArgs Constructor (Generic ) (POS for .NET v1.14 SDK Documentation)

3/2/2014

Creates an instance of the RFIDDataEventArgs class by using the currentTags parameter.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Sub New ( _
    currentTags As ICollection(Of RFIDTag) _
)
public RFIDDataEventArgs (
    ICollection<RFIDTag> currentTags
)
public:
RFIDDataEventArgs (
    ICollection<RFIDTag^>^ currentTags
)
public RFIDDataEventArgs (
    ICollection<RFIDTag> currentTags
)
public function RFIDDataEventArgs (
    currentTags : ICollection<RFIDTag>
)

Parameters

  • currentTags
    A list of currentTags.

See Also

Reference

RFIDDataEventArgs Class
RFIDDataEventArgs Members
Microsoft.PointOfService.BaseServiceObjects Namespace