StatusUpdateEventArgs Class

Contains event data for StatusUpdateEvent events.

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

Usage

'Usage
Dim status As Integer
Dim statusUpdateEventArgs1 As New StatusUpdateEventArgs(status)

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
     Microsoft.PointOfService.PosEventArgs
      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

StatusUpdateEventArgs Members
Microsoft.PointOfService Namespace
StatusUpdateEvent