Share via


StatusUpdateEventArgs Constructor

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 Sub New( _
    ByVal status As Integer _
)
public StatusUpdateEventArgs(
    int status
);
public: StatusUpdateEventArgs(
    Int32 status
);
public StatusUpdateEventArgs(
    int status
);
public function StatusUpdateEventArgs(
     status : int
);

Parameters

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

Remarks

Initializes a new instance of StatusUpdateEventArgs with the specified data.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

StatusUpdateEventArgs Class
StatusUpdateEventArgs Members
Microsoft.PointOfService Namespace