Share via


BumpBar.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 bumpBar1 As BumpBar
Function bumpBar1_OutputCompleteEvent(sender As Object, _
    e As OutputCompleteEventArgs) As Void
    Handles bumpBar1.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 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 completes successfully.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
EventUnits