OutputCompleteEventHandler Delegate (POS for .NET v1.12 SDK Documentation)
2/27/2008
Defines the method that will handle a OutputCompleteEventArgs events.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Delegate Sub OutputCompleteEventHandler ( _
sender As Object, _
e As OutputCompleteEventArgs _
)
public delegate void OutputCompleteEventHandler (
Object sender,
OutputCompleteEventArgs e
)
public delegate void OutputCompleteEventHandler (
Object^ sender,
OutputCompleteEventArgs^ e
)
/** @delegate */
public delegate void OutputCompleteEventHandler (
Object sender,
OutputCompleteEventArgs e
)
Parameters
- sender
The service object sending the event.
- e
The event, which is an instance of the OutputCompleteEventArgs class. The OutputId property should contain the OutputId associated with the complete asynchronous processing function.
Remarks
Delegate for the OutputCompleteEvent event.
See Also
Reference
Microsoft.PointOfService Namespace
OutputCompleteEvent
OutputCompleteEventArgs Class