BumpBar.OutputCompleteEvent Event
2/27/2008
Raised by the service object to notify 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
The OutputId property indicates the ID number of the asynchronous output request that is complete. The EventUnits property is updated before delivering.
OutputCompleteEvent is queued when a previously started asynchronous output request is completed successfully.
See Also
Reference
BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
BumpBar.EventUnits Property
BumpBar.OutputId Property