Share via


PointCardRW.OutputCompleteEvent Event

Notifies the application that the queued output request associated with the OutputId property has completed successfully

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

Usage

'Usage
WithEvents pointCardRW1 As PointCardRW
Function pointCardRW1_OutputCompleteEvent(sender As Object, _
    e As OutputCompleteEventArgs) As Void
    Handles pointCardRW1.OutputCompleteEvent
End Function

Syntax

'Declaration
Public MustOverride Event OutputCompleteEvent As OutputCompleteEventHandler
public abstract event OutputCompleteEventHandler OutputCompleteEvent;
public: abstract event OutputCompleteEventHandler^ OutputCompleteEvent;
public abstract  void add_OutputCompleteEvent(OutputCompleteEventHandler handler);
public abstract  void remove_OutputCompleteEvent(OutputCompleteEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Remarks

The OutputCompleteEvent event is queued after the request's data has been both sent and the service object has confirmation that is was successfully processed by the device.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace