PosEventArgs Class (POS for .NET v1.12 SDK Documentation)
2/27/2008
Defines the base class for POS for .NET classes containing event data.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class PosEventArgs
Inherits EventArgs
[SerializableAttribute]
public abstract class PosEventArgs : EventArgs
[SerializableAttribute]
public ref class PosEventArgs abstract : public EventArgs
/** @attribute SerializableAttribute() */
public abstract class PosEventArgs extends EventArgs
SerializableAttribute
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.