Share via


StatusUpdateEventArgs Constructor

2/27/2008

Creates an instance of the StatusUpdateEventArgs class with the specified data.

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

Syntax

'Declaration
Public Sub New ( _
    status As Integer _
)
public StatusUpdateEventArgs (
    int status
)
public:
StatusUpdateEventArgs (
    int status
)
public StatusUpdateEventArgs (
    int status
)
public function StatusUpdateEventArgs (
    status : int
)

Parameters

  • status
    Device-specific status, describing the type of status change.

See Also

Reference

StatusUpdateEventArgs Class
StatusUpdateEventArgs Members
Microsoft.PointOfService Namespace