DataEventArgs Class

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

Usage

'Usage
Dim status As Integer
Dim dataEventArgs1 As New DataEventArgs(status)

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

Contains event data for DataEvent events.

Inheritance Hierarchy

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

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

DataEventArgs Members
Microsoft.PointOfService Namespace