Micr.ErrorEvent Event (POS for .NET v1.12 SDK Documentation)

2/27/2008

Raised by the service object to notify the application that an error has been detected when it reads MICR data.

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

Syntax

'Declaration
Public Event ErrorEvent As DeviceErrorEventHandler
public abstract event DeviceErrorEventHandler ErrorEvent
public:
virtual event DeviceErrorEventHandler^ ErrorEvent {
    void add (DeviceErrorEventHandler^ value) abstract;
    void remove (DeviceErrorEventHandler^ value) abstract;
}
/** @event */
public abstract void add_ErrorEvent (DeviceErrorEventHandler value)

/** @event */
public abstract void remove_ErrorEvent (DeviceErrorEventHandler value)

Remarks

Input error events are not delivered until the DataEventEnabled property is true so that correct application sequencing occurs.

See Also

Reference

Micr Class
Micr Members
Microsoft.PointOfService Namespace
Status, Result Code, and State Model