DirectIOEventArgs Class

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

Usage

'Usage
Dim eventNumber As Integer
Dim data As Integer
Dim obj As Object
Dim directIOEventArgs1 As New DirectIOEventArgs(eventNumber, data, obj)

Syntax

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

Remarks

Contains event data for DirectIOEvent events.

Inheritance Hierarchy

System.Object
   System.EventArgs
     Microsoft.PointOfService.PosEventArgs
      Microsoft.PointOfService.DirectIOEventArgs

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

DirectIOEventArgs Members
Microsoft.PointOfService Namespace
DirectIOEvent