Share via


RemoteOrderDisplay.OutputCompleteEvent Event

2/27/2008

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)

Syntax

'Declaration
Public Event OutputCompleteEvent As OutputCompleteEventHandler
public abstract event OutputCompleteEventHandler OutputCompleteEvent
public:
virtual event OutputCompleteEventHandler^ OutputCompleteEvent {
    void add (OutputCompleteEventHandler^ value) abstract;
    void remove (OutputCompleteEventHandler^ value) abstract;
}
/** @event */
public abstract void add_OutputCompleteEvent (OutputCompleteEventHandler value)

/** @event */
public abstract void remove_OutputCompleteEvent (OutputCompleteEventHandler value)

Remarks

Queued when a previously started asynchronous output request is completed successfully. The EventUnits property is updated before the event is delivered.

See Also

Reference

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
RemoteOrderDisplay.EventUnits Property