PosEventArgs Class

PosEventArgs is the base class for POS Library classes containing event data.

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

Usage

'Usage
Dim posEventArgs1 As New PosEventArgs()

Syntax

'Declaration
MustInherit Public Class PosEventArgs
    Inherits EventArgs
public abstract class PosEventArgs : EventArgs
public abstract ref class PosEventArgs : public EventArgs
public abstract class PosEventArgs extends EventArgs
public abstract class PosEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.PointOfService.PosEventArgs
       Microsoft.PointOfService.DataEventArgs
       Microsoft.PointOfService.DeviceErrorEventArgs
       Microsoft.PointOfService.DirectIOEventArgs
       Microsoft.PointOfService.OutputCompleteEventArgs
       Microsoft.PointOfService.StatusUpdateEventArgs

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

PosEventArgs Members
Microsoft.PointOfService Namespace