DataEventArgs Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines the programmatic interface for the transmission of Data Events.

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

Syntax

'Declaration
Public Class DataEventArgs
    Inherits PosEventArgs
public class DataEventArgs : PosEventArgs
public ref class DataEventArgs : public PosEventArgs
public class DataEventArgs extends PosEventArgs
public class DataEventArgs extends PosEventArgs

Remarks

Holds event data for DataEvent events.

Inheritance Hierarchy

System.Object
   System.EventArgs
     Microsoft.PointOfService.PosEventArgs
      Microsoft.PointOfService.DataEventArgs
         Microsoft.PointOfService.BaseServiceObjects.RFIDDataEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

DataEventArgs Members
Microsoft.PointOfService Namespace