Share via


OutputCompleteEventArgs Constructor

2/27/2008

Creates a new instance of OutputCompleteEventArgs with the specified data.

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

Syntax

'Declaration
Public Sub New ( _
    outputId As Integer _
)
public OutputCompleteEventArgs (
    int outputId
)
public:
OutputCompleteEventArgs (
    int outputId
)
public OutputCompleteEventArgs (
    int outputId
)
public function OutputCompleteEventArgs (
    outputId : int
)

Parameters

  • outputId
    ID number of the asynchronous output request that is complete.

See Also

Reference

OutputCompleteEventArgs Class
OutputCompleteEventArgs Members
Microsoft.PointOfService Namespace