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

2/27/2008

Raised by the service object to notify the application when MICR data is read from a check and is available to read.

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

Syntax

'Declaration
Public Event DataEvent As DataEventHandler
public abstract event DataEventHandler DataEvent
public:
virtual event DataEventHandler^ DataEvent {
    void add (DataEventHandler^ value) abstract;
    void remove (DataEventHandler^ value) abstract;
}
/** @event */
public abstract void add_DataEvent (DataEventHandler value)

/** @event */
public abstract void remove_DataEvent (DataEventHandler value)

Remarks

Before delivering DataEvent, the MICR service object updates the RawData property and tries to parse this data into the MICR data fields.

See Also

Reference

Micr Class
Micr Members
Microsoft.PointOfService Namespace
Micr.RawData Property
Micr.AccountNumber Property
Micr.Amount Property
Micr.BankNumber Property
Micr.CheckType Property
Micr.CountryCode Property
Micr.Epc Property
Micr.SerialNumber Property
Micr.TransitNumber Property